1 #define FACTOR_CPU_STRING "arm"
3 register CELL ds
asm("r5");
4 register CELL rs
asm("r6");
8 #define FRAME_RETURN_ADDRESS(frame) *(XT *)(frame_successor(frame) + 1)
10 void c_to_factor(CELL quot
);
11 void set_callstack(F_STACK_FRAME
*to
, F_STACK_FRAME
*from
, CELL length
, void *memcpy
);
12 void throw_impl(CELL quot
, F_STACK_FRAME
*rewind
);
13 void lazy_jit_compile(CELL quot
);