This commit is contained in:
Lior Halphon 2020-05-31 00:54:13 +03:00 committed by GitHub
parent 6fcf77c7f6
commit fd97e11919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
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);
}
}