factor/vm/cpu-x86.32.h

7 lines
142 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");
#define FASTCALL __attribute__ ((regparm (2)))