Hack for Source engine
This commit is contained in:
parent
9545537c97
commit
3d656c394d
|
@ -170,7 +170,7 @@ bool PPCHIRBuilder::Emit(GuestFunction* function, uint32_t flags) {
|
|||
XELOGE("Unimplemented instr %.8llX %.8X %s", address, code,
|
||||
disasm_info.name);
|
||||
Comment("UNIMPLEMENTED!");
|
||||
DebugBreak();
|
||||
// DebugBreak();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -189,7 +189,7 @@ void PPCHIRBuilder::MaybeBreakOnInstruction(uint32_t address) {
|
|||
Comment("--break-on-instruction target");
|
||||
|
||||
if (cvars::break_condition_gpr < 0) {
|
||||
DebugBreak();
|
||||
// DebugBreak();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue