factor/vm/cpu-x86.32.h

8 lines
145 B
C
Raw Normal View History

2007-09-21 22:56:01 -04:00
#define FACTOR_CPU_STRING "x86.32"
register CELL ds asm("esi");
register CELL rs asm("edi");
2007-09-27 16:10:37 -04:00
#define F_FASTCALL __attribute__ ((regparm (2)))