Revert "lists: Add list literal doc example."
[factor.git] / vm / cpu-x86.32.hpp
blob6eb1ec35b28c9f653477cebe290afbd801e96cac
1 namespace factor {
3 #define FACTOR_CPU_STRING "x86.32"
5 // Must match the calculation in word jit-signal-handler-prolog in
6 // basis/bootstrap/assembler/x86.factor
7 static const unsigned SIGNAL_HANDLER_STACK_FRAME_SIZE = 64;
8 static const unsigned JIT_FRAME_SIZE = 32;