Spacing
This commit is contained in:
parent
6fcf77c7f6
commit
fd97e11919
@ -793,7 +793,7 @@ LD_X_Y(a,b) LD_X_Y(a,c) LD_X_Y(a,d) LD_X_Y(a,e) LD_X_Y(a,h) LD_X_Y(a,l) LD_X_DHL
|
|||||||
// fire the debugger if software breakpoints are enabled
|
// fire the debugger if software breakpoints are enabled
|
||||||
static void ld_b_b(GB_gameboy_t *gb, uint8_t opcode)
|
static void ld_b_b(GB_gameboy_t *gb, uint8_t opcode)
|
||||||
{
|
{
|
||||||
if(gb->has_software_breakpoints) {
|
if (gb->has_software_breakpoints) {
|
||||||
GB_debugger_break(gb);
|
GB_debugger_break(gb);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user