mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-31 03:19:48 +02:00
Corrected debugger's finish behavior's on interrupt handlers
This commit is contained in:
@@ -929,7 +929,6 @@ static void reti(GB_gameboy_t *gb, unsigned char opcode)
|
||||
{
|
||||
ret(gb, opcode);
|
||||
gb->ime = true;
|
||||
gb->debug_call_depth--;
|
||||
}
|
||||
|
||||
static void call_a16(GB_gameboy_t *gb, unsigned char opcode)
|
||||
|
Reference in New Issue
Block a user