2006-07-07 00:07:18 -04:00
|
|
|
#define FACTOR_CPU_STRING "amd64"
|
|
|
|
|
|
|
|
|
|
register CELL ds asm("r14");
|
|
|
|
|
register CELL rs asm("r15");
|
|
|
|
|
register CELL cards_offset asm("r13");
|
|
|
|
|
|
2006-09-24 22:29:52 -04:00
|
|
|
INLINE void flush_icache(CELL start, CELL len) {}
|
2006-11-16 02:12:03 -05:00
|
|
|
|
|
|
|
|
void *native_stack_pointer(void);
|
|
|
|
|
|
2006-12-17 21:25:43 -05:00
|
|
|
typedef CELL F_STACK_FRAME;
|
2006-12-17 17:40:21 -05:00
|
|
|
|
2006-12-17 21:25:43 -05:00
|
|
|
#define PREVIOUS_FRAME(frame) (frame + 1)
|
|
|
|
|
#define RETURN_ADDRESS(frame) (*(frame))
|