From e66d71e9cf1389b0cb04d07452d99115357b350f Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 11 Jun 2024 13:10:26 +0100 Subject: Fix type_info usage --- src/tilde_const.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tilde_const.cpp') diff --git a/src/tilde_const.cpp b/src/tilde_const.cpp index ce6b0eb82..54bcba581 100644 --- a/src/tilde_const.cpp +++ b/src/tilde_const.cpp @@ -950,7 +950,7 @@ gb_internal cgValue cg_const_value(cgProcedure *p, Type *type, ExactValue const case ExactValue_Integer: GB_ASSERT(!TB_IS_VOID_TYPE(dt)); - // GB_ASSERT(dt.raw != TB_TYPE_I128.raw); + GB_ASSERT(dt.raw != TB_TYPE_I128.raw); if (is_type_unsigned(type)) { u64 i = 0; if (value.kind == ExactValue_Integer && value.value_integer.sign) { -- cgit v1.2.3