factor/vm/cpu-x86.h

8 lines
161 B
C
Raw Normal View History

2006-07-07 00:07:18 -04:00
#define FACTOR_CPU_STRING "ppc"
register CELL ds asm("esi");
register CELL rs asm("edi");
CELL cards_offset;
INLINE void flush_icache(void *start, int len) {}