aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-02-25 14:23:45 +0000
committergingerBill <bill@gingerbill.org>2018-02-25 14:23:45 +0000
commit60a7c68aa6071735e4576795989d1af6f59c28dc (patch)
tree0728f61d2358084820a2eef0abe6f6ec14c6b3b6 /src/ir.cpp
parent53571814844976749c8ed27fe6a77c6dd49e627b (diff)
Minor code reorganization
Diffstat (limited to 'src/ir.cpp')
-rw-r--r--src/ir.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir.cpp b/src/ir.cpp
index 731044a33..f2229178f 100644
--- a/src/ir.cpp
+++ b/src/ir.cpp
@@ -7795,6 +7795,7 @@ bool ir_gen_init(irGen *s, Checker *c) {
gbFileError err = gb_file_create(&s->output_file, output_file_path);
if (err != gbFileError_None) {
+ gb_printf_err("Failed to create file %s\n", output_file_path);
return false;
}