diff options
| author | gingerBill <bill@gingerbill.org> | 2018-02-25 14:23:45 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-02-25 14:23:45 +0000 |
| commit | 60a7c68aa6071735e4576795989d1af6f59c28dc (patch) | |
| tree | 0728f61d2358084820a2eef0abe6f6ec14c6b3b6 /src/ir.cpp | |
| parent | 53571814844976749c8ed27fe6a77c6dd49e627b (diff) | |
Minor code reorganization
Diffstat (limited to 'src/ir.cpp')
| -rw-r--r-- | src/ir.cpp | 1 |
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; } |