]> gitweb.factorcode.org Git - factor.git/blob - vm/os-windows.64.hpp
xmode: fix handling of HASH_CHAR and always rules
[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 }