factor/vm/cpu-ppc.h

8 lines
172 B
C
Raw Normal View History

2006-07-07 00:07:18 -04:00
#define FACTOR_CPU_STRING "ppc"
register CELL ds asm("r14");
register CELL rs asm("r15");
register CELL cards_offset asm("r16");
void flush_icache(void *start, int len);