factor/vm/cpu-x86.64.h

7 lines
114 B
C
Raw Normal View History

2007-09-21 22:56:01 -04:00
#define FACTOR_CPU_STRING "x86.64"
register CELL ds asm("r14");
register CELL rs asm("r15");
2007-09-27 16:10:37 -04:00
#define F_FASTCALL