mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fix issue #8 - https://github.com/gingerBill/Odin/issues/8
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@ void ir_print_type(irFileBuffer *f, irModule *m, Type *t) {
|
||||
i64 word_bits = 8*s.word_size;
|
||||
GB_ASSERT_NOT_NULL(t);
|
||||
t = default_type(t);
|
||||
// GB_ASSERT(is_type_typed(t));
|
||||
GB_ASSERT(is_type_typed(t));
|
||||
|
||||
switch (t->kind) {
|
||||
case Type_Basic:
|
||||
|
||||
Reference in New Issue
Block a user