]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-windows.64.hpp
Put brackets around ipv6 addresses in `inet6 present`
[factor.git] / vm / os-windows.64.hpp
index ff9cf4a0bb7436cc0beb54aebe75a55d5346abd7..48337cd38f02430667d47bbee9543b5528c0256f 100644 (file)
@@ -1,11 +1,13 @@
 #include "atomic-cl-64.hpp"
 
-namespace factor
-{
+namespace factor {
 
 #define ESP Rsp
 #define EIP Rip
 
 #define MXCSR(ctx) (ctx)->MxCsr
 
+// Must match the stack-frame-size constant in
+// basis/bootstap/assembler/x86.64.windows.factor
+static const unsigned JIT_FRAME_SIZE = 64;
 }