]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/cpu-x86.64.hpp
help.html: making search box have first tab index
[factor.git] / vm / cpu-x86.64.hpp
index be71a78aa836f74fee22bac43147ff3c7e744a2c..654d2d0201274a2536cfe8b0a186ecff210df5a9 100644 (file)
@@ -1,11 +1,9 @@
-namespace factor
-{
+namespace factor {
 
 #define FACTOR_CPU_STRING "x86.64"
 
-register cell ds asm("r14");
-register cell rs asm("r15");
-
-#define VM_ASM_API extern "C"
+// 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;
 
 }