| 53 |
#elif defined(TARGET_SPARC) |
#elif defined(TARGET_SPARC) |
| 54 |
target_ulong gen_opc_npc[OPC_BUF_SIZE]; |
target_ulong gen_opc_npc[OPC_BUF_SIZE]; |
| 55 |
target_ulong gen_opc_jump_pc[2]; |
target_ulong gen_opc_jump_pc[2]; |
| 56 |
|
#elif defined(TARGET_MIPS) |
| 57 |
|
uint32_t gen_opc_hflags[OPC_BUF_SIZE]; |
| 58 |
#endif |
#endif |
| 59 |
|
|
| 60 |
int code_copy_enabled = 1; |
int code_copy_enabled = 1; |
| 304 |
} |
} |
| 305 |
#elif defined(TARGET_MIPS) |
#elif defined(TARGET_MIPS) |
| 306 |
env->PC = gen_opc_pc[j]; |
env->PC = gen_opc_pc[j]; |
| 307 |
|
env->hflags &= ~MIPS_HFLAG_BMASK; |
| 308 |
|
env->hflags |= gen_opc_hflags[j]; |
| 309 |
#endif |
#endif |
| 310 |
return 0; |
return 0; |
| 311 |
} |
} |