dwarf: add ExpressionError to work around the compiler not being able to infer it

dwarf: implement OP.entry_value, add tests
This commit is contained in:
kcbanner
2023-07-08 02:52:42 -04:00
parent 21d0154139
commit d226b74ae8
4 changed files with 191 additions and 59 deletions

View File

@@ -628,7 +628,6 @@ pub const StackIterator = struct {
// TODO: Unwind using __unwind_info,
unreachable;
},
else => {},
}