Removed hardcoded CP0C3_ULRI (#1098)
* activate CP0C3_ULRI for CONFIG3, mips * updated with mips patches * updated with mips patches * remove hardcoded config3 * git ignore vscode * fix spacing issue and turn on floating point
This commit is contained in:
committed by
Nguyen Anh Quynh
parent
0cd69ee03b
commit
24f55a7973
@@ -47,6 +47,10 @@ static inline void QEMU_NORETURN do_raise_exception_err(CPUMIPSState *env,
|
||||
cpu_restore_state(cs, pc);
|
||||
}
|
||||
|
||||
if (exception == 0x11) {
|
||||
env->uc->next_pc = env->active_tc.PC + 4;
|
||||
}
|
||||
|
||||
cpu_loop_exit(cs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user