Removes panic! from the debug crate. (#1261)
This commit is contained in:
@@ -118,7 +118,7 @@ pub(crate) fn append_vmctx_info(
|
||||
let expr = CompiledExpression::vmctx(isa);
|
||||
let mut locs = Vec::new();
|
||||
for (begin, length, data) in
|
||||
expr.build_with_locals(scope_ranges, addr_tr, frame_info, endian)
|
||||
expr.build_with_locals(scope_ranges, addr_tr, frame_info, endian)?
|
||||
{
|
||||
locs.push(write::Location::StartLength {
|
||||
begin,
|
||||
|
||||
Reference in New Issue
Block a user