7 lines
142 B
C
7 lines
142 B
C
|
#define FACTOR_CPU_STRING "x86.32"
|
||
|
|
||
|
register CELL ds asm("esi");
|
||
|
register CELL rs asm("edi");
|
||
|
|
||
|
#define FASTCALL __attribute__ ((regparm (2)))
|