Corrected debugger's finish behavior's on interrupt handlers
This commit is contained in:
parent
0a09fba091
commit
bf6dff30cb
@ -929,7 +929,6 @@ static void reti(GB_gameboy_t *gb, unsigned char opcode)
|
|||||||
{
|
{
|
||||||
ret(gb, opcode);
|
ret(gb, opcode);
|
||||||
gb->ime = true;
|
gb->ime = true;
|
||||||
gb->debug_call_depth--;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void call_a16(GB_gameboy_t *gb, unsigned char opcode)
|
static void call_a16(GB_gameboy_t *gb, unsigned char opcode)
|
||||||
|
Loading…
Reference in New Issue
Block a user