fix validators
[factor/jcg.git] / vm / cpu-x86.32.h
blob21f07cf2b43c2cab4bb050cff806b7ea6cb42162
1 #define FACTOR_CPU_STRING "x86.32"
3 register CELL ds asm("esi");
4 register CELL rs asm("edi");
6 #define F_FASTCALL __attribute__ ((regparm (2)))