mirror of
https://github.com/open-goal/jak-project
synced 2026-08-09 02:49:19 -04:00
add support for non virtual states (#764)
* add support for non virtual states * typecheck go * start on virtual states * more support for virtual states * offline passes * fix tests * use behavior shortcut instead of lambda * final cleanup of virtual go * unused var warnings and fix inconsistent enum decompile order on win vs linux * fix thread safety bug with goal symbol table and vif1 interrupt handler * fix type mistake
This commit is contained in:
@@ -123,7 +123,9 @@ bool Debugger::attach_and_break() {
|
||||
update_break_info();
|
||||
|
||||
auto signal_count = get_signal_count();
|
||||
assert(signal_count == 0);
|
||||
if (signal_count != 0) {
|
||||
fmt::print("[Debugger] got signal count of {} in attach_and_break\n", signal_count);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user