aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend_general.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-04-16 13:31:49 +0100
committergingerBill <bill@gingerbill.org>2024-04-16 13:31:49 +0100
commita61ae7c861fa301684ee1582507061317b11426b (patch)
treed2d743c799a493e55ed61631625bb1129be7986f /src/llvm_backend_general.cpp
parent8a0f9ae108a75d9ca86b8a91fca2f2423e0a58df (diff)
Fix #3427
Diffstat (limited to 'src/llvm_backend_general.cpp')
-rw-r--r--src/llvm_backend_general.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/llvm_backend_general.cpp b/src/llvm_backend_general.cpp
index 73e4a00e6..7a5ed5635 100644
--- a/src/llvm_backend_general.cpp
+++ b/src/llvm_backend_general.cpp
@@ -2070,7 +2070,7 @@ gb_internal LLVMTypeRef lb_type_internal(lbModule *m, Type *type) {
break;
case Type_Map:
- init_map_internal_types(type);
+ init_map_internal_debug_types(type);
GB_ASSERT(t_raw_map != nullptr);
return lb_type_internal(m, t_raw_map);