[compiler] print a backtrace as part of di (#658)

* print a backtrace as part of di

* missing include
This commit is contained in:
water111
2021-06-30 22:13:15 -04:00
committed by GitHub
parent c6ec7578e6
commit fe5635227a
8 changed files with 277 additions and 91 deletions
@@ -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
}