From bf6dff30cb9ba39df10923f2480f19da18d56217 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sun, 10 Apr 2016 20:58:14 +0300 Subject: [PATCH] Corrected debugger's finish behavior's on interrupt handlers --- Core/z80_cpu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/z80_cpu.c b/Core/z80_cpu.c index 6af8afd1..c0dddbdd 100644 --- a/Core/z80_cpu.c +++ b/Core/z80_cpu.c @@ -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)