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