]> gitweb.factorcode.org Git - factor.git/blob - vm/cpu-x86.64.hpp
audio.engine.test: cleanup using
[factor.git] / vm / cpu-x86.64.hpp
1 namespace factor {
2
3 #define FACTOR_CPU_STRING "x86.64"
4
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 = 192;
8
9 }