2013-05-11 21:55:50 -04:00
|
|
|
namespace factor {
|
2009-05-04 02:46:13 -04:00
|
|
|
|
2009-05-02 05:04:19 -04:00
|
|
|
#define FACTOR_CPU_STRING "x86.64"
|
2009-12-21 21:42:49 -05:00
|
|
|
|
2016-08-21 10:26:04 -04:00
|
|
|
// Must match the calculation in word jit-signal-handler-prolog in
|
|
|
|
// basis/bootstrap/assembler/x86.factor
|
2015-08-26 12:17:33 -04:00
|
|
|
static const unsigned SIGNAL_HANDLER_STACK_FRAME_SIZE = 192;
|
|
|
|
|
2009-05-04 02:46:13 -04:00
|
|
|
}
|