From 527766310f1370e41f2091f57c74228b68de1d47 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Wed, 7 Jan 2026 23:12:09 +0100 Subject: [PATCH] Update pointer type naming. --- src/compiler/llvm_codegen_debug_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/llvm_codegen_debug_info.c b/src/compiler/llvm_codegen_debug_info.c index be86337a6..76e78a3b4 100644 --- a/src/compiler/llvm_codegen_debug_info.c +++ b/src/compiler/llvm_codegen_debug_info.c @@ -324,7 +324,7 @@ static LLVMMetadataRef llvm_debug_pointer_type(GenContext *c, Type *type) inner, type_size(type) * 8, type_abi_alignment(type) * 8, 0, - NULL, 0); + "", 0); } static LLVMMetadataRef llvm_debug_enum_type(GenContext *c, Type *type, LLVMMetadataRef scope)