Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 31 of file cpu_ppc.c.
{ switch (ca) { #if defined(__powerpc__) case cpu_addr_pc: addr->Mode = AddrModeFlat; addr->Segment = 0; /* don't need segment */ addr->Offset = ctx->Iar; return TRUE; #endif default: case cpu_addr_stack: case cpu_addr_frame: FIXME("not done\n"); } return FALSE; }