]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/cpu-x86.64.hpp
Put brackets around ipv6 addresses in `inet6 present`
[factor.git] / vm / cpu-x86.64.hpp
index 957878c23ae1bf70566aaeb5ef6162f37d75a64f..654d2d0201274a2536cfe8b0a186ecff210df5a9 100644 (file)
@@ -2,4 +2,8 @@ namespace factor {
 
 #define FACTOR_CPU_STRING "x86.64"
 
+// Must match the calculation in word jit-signal-handler-prolog in
+// basis/bootstrap/assembler/x86.factor
+static const unsigned SIGNAL_HANDLER_STACK_FRAME_SIZE = 192;
+
 }