]> 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 42b4362b1a069193a193e7420a993aae7f8af6c8..48337cd38f02430667d47bbee9543b5528c0256f 100644 (file)
@@ -1,16 +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 leaf-stack-frame-size and stack-frame-size constants
-in basis/cpu/x86/64/windows/bootstrap.factor */
-
-static const unsigned LEAF_FRAME_SIZE = 32;
+// Must match the stack-frame-size constant in
+// basis/bootstap/assembler/x86.64.windows.factor
 static const unsigned JIT_FRAME_SIZE = 64;
 }