mirror of
https://github.com/open-goal/jak-project
synced 2026-09-07 03:30:01 -04:00
[compiler] print a backtrace as part of di (#658)
* print a backtrace as part of di * missing include
This commit is contained in:
@@ -170,7 +170,7 @@ Val* Compiler::compile_asm_file(const goos::Object& form, const goos::Object& re
|
||||
// send to target
|
||||
if (load) {
|
||||
if (m_listener.is_connected()) {
|
||||
m_listener.send_code(data);
|
||||
m_listener.send_code(data, obj_file_name);
|
||||
} else {
|
||||
printf("WARNING - couldn't load because listener isn't connected\n"); // todo log warn
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user