]> 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 f3fc8dead8198b97d11f1289d86d54a574767eb9..48337cd38f02430667d47bbee9543b5528c0256f 100644 (file)
@@ -7,8 +7,7 @@ namespace factor {
 
 #define MXCSR(ctx) (ctx)->MxCsr
 
-/* Must match the signal-handler-stack-frame-size and stack-frame-size
-   constants in basis/bootstap/assembler/x86.64.windows.factor */
-static const unsigned SIGNAL_HANDLER_STACK_FRAME_SIZE = 192;
+// Must match the stack-frame-size constant in
+// basis/bootstap/assembler/x86.64.windows.factor
 static const unsigned JIT_FRAME_SIZE = 64;
 }