summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dwarf/Gexpr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dwarf/Gexpr.c b/src/dwarf/Gexpr.c
index f63c3d22..709c0c8f 100644
--- a/src/dwarf/Gexpr.c
+++ b/src/dwarf/Gexpr.c
@@ -60,6 +60,8 @@ static const uint8_t operands[256] =
[DW_OP_const4s] = OPND1 (VAL32),
[DW_OP_const8u] = OPND1 (VAL64),
[DW_OP_const8s] = OPND1 (VAL64),
+ [DW_OP_constu] = OPND1 (ULEB128),
+ [DW_OP_consts] = OPND1 (SLEB128),
[DW_OP_pick] = OPND1 (VAL8),
[DW_OP_plus_uconst] = OPND1 (ULEB128),
[DW_OP_skip] = OPND1 (VAL16),