]> gitweb.factorcode.org Git - factor.git/blob - vm/os-windows.64.hpp
VM: fix jit-signal-handler-prolog/epilog to account for the home space
[factor.git] / vm / os-windows.64.hpp
1 #include "atomic-cl-64.hpp"
2
3 namespace factor {
4
5 #define ESP Rsp
6 #define EIP Rip
7
8 #define MXCSR(ctx) (ctx)->MxCsr
9
10 /* Must match the stack-frame-size constant in
11    basis/bootstap/assembler/x86.64.windows.factor */
12 static const unsigned JIT_FRAME_SIZE = 64;
13 }