mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-12 07:36:59 +00:00
gdb: Do not skip CheckInterrupt when gdb stub is enabled (ryubing/ryujinx!169)
See merge request ryubing/ryujinx!169
This commit is contained in:
parent
d4107ac05f
commit
7268acbfb4
1 changed files with 1 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue