From dcbd0f8f2ddad64b2e7ea14a475ffb0d71e0c69e Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Tue, 10 Feb 2026 10:23:46 +0100 Subject: [PATCH] Fix dwarf definitions --- src/compiler/dwarf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/dwarf.h b/src/compiler/dwarf.h index 5fd3a2b5b..29527fdc1 100644 --- a/src/compiler/dwarf.h +++ b/src/compiler/dwarf.h @@ -31,7 +31,7 @@ #define DW_TAG_common_block 0x1a #define DW_TAG_common_inclusion 0x1b #define DW_TAG_inheritance 0x1c -#define DW_TAG_inlined_subroutine 01x1d +#define DW_TAG_inlined_subroutine 0x1d #define DW_TAG_module 0x1e #define DW_TAG_ptr_to_member_type 0x1f #define DW_TAG_set_type 0x20