win32-gl-ui: Cleanup

This commit is contained in:
Henrik Rydgard
2013-03-29 21:21:27 +01:00
parent 724a600381
commit 81444c92a1
7 changed files with 41 additions and 93 deletions
-1
View File
@@ -98,7 +98,6 @@ static void JitBranchLogMismatch(u32 op, u32 pc)
char temp[256];
MIPSDisAsm(op, pc, temp, true);
ERROR_LOG(JIT, "Bad jump: %s - int:%08x jit:%08x", temp, intBranchExit, jitBranchExit);
Core_EnableStepping(true);
host->SetDebugMode(true);
}