mirror of
https://github.com/open-goal/jak-project
synced 2026-09-01 09:53:12 -04:00
[Compiler] Fix branch targets in disassembly (#379)
* fix diassembly * update changelog * fix exit crash * doc
This commit is contained in:
@@ -33,7 +33,9 @@ Val* Compiler::compile_exit(const goos::Object& form, const goos::Object& rest,
|
||||
}
|
||||
// flag for the REPL.
|
||||
m_want_exit = true;
|
||||
m_repl->save_history();
|
||||
if (m_repl) {
|
||||
m_repl->save_history();
|
||||
}
|
||||
return get_none();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user