Merge branch 'master' of https://github.com/LIJI32/SameBoy
This commit is contained in:
commit
fad1007427
@ -908,7 +908,7 @@ print_usage:
|
|||||||
uint16_t index = find_watchpoint(gb, result);
|
uint16_t index = find_watchpoint(gb, result);
|
||||||
if (index < gb->n_watchpoints && gb->watchpoints[index].key == key) {
|
if (index < gb->n_watchpoints && gb->watchpoints[index].key == key) {
|
||||||
GB_log(gb, "Watchpoint already set at %s\n", debugger_value_to_string(gb, result, true));
|
GB_log(gb, "Watchpoint already set at %s\n", debugger_value_to_string(gb, result, true));
|
||||||
if (!gb->watchpoints[index].flags != flags) {
|
if (gb->watchpoints[index].flags != flags) {
|
||||||
GB_log(gb, "Modified watchpoint type\n");
|
GB_log(gb, "Modified watchpoint type\n");
|
||||||
gb->watchpoints[index].flags = flags;
|
gb->watchpoints[index].flags = flags;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user