gdb: Do not skip CheckInterrupt when gdb stub is enabled (ryubing/ryujinx!169)
See merge request ryubing/ryujinx!169merge-requests/170/merge Canary-1.3.163
parent
d4107ac05f
commit
7268acbfb4
|
|
@ -201,11 +201,7 @@ namespace ARMeilleure.Instructions
|
||||||
|
|
||||||
ExecutionContext context = GetContext();
|
ExecutionContext context = GetContext();
|
||||||
|
|
||||||
// If debugging, we'll handle interrupts outside
|
|
||||||
if (!Optimizations.EnableDebugging)
|
|
||||||
{
|
|
||||||
context.CheckInterrupt();
|
context.CheckInterrupt();
|
||||||
}
|
|
||||||
|
|
||||||
Statistics.ResumeTimer();
|
Statistics.ResumeTimer();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue