mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-11 22:01:25 -07:00
Add -show-timings; Clean up polymorphic procedure code a bit
This commit is contained in:
+1
-1
@@ -415,7 +415,7 @@ void ir_print_exact_value(irFileBuffer *f, irModule *m, ExactValue value, Type *
|
||||
GB_ASSERT(is_type_array(type));
|
||||
ir_fprintf(f, "c\"");
|
||||
ir_print_escape_string(f, str, false, false);
|
||||
ir_fprintf(f, "\"");
|
||||
ir_fprintf(f, "\\00\"");
|
||||
} else {
|
||||
// HACK NOTE(bill): This is a hack but it works because strings are created at the very end
|
||||
// of the .ll file
|
||||
|
||||
Reference in New Issue
Block a user