Skip to content

Commit 8da72c1

Browse files
committed
.
1 parent e4174bd commit 8da72c1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

zjit/src/backend/x86_64/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,9 @@ impl Assembler {
12051205
asm.handle_caller_saved_regs(&intervals, &assignments, &C_ARG_REGREGS);
12061206
asm.resolve_ssa(&intervals, &assignments);
12071207
});
1208-
});
1208+
1209+
Ok(())
1210+
})?;
12091211
asm_dump!(asm, alloc_regs);
12101212

12111213
// We are moved out of SSA after resolve_ssa

0 commit comments

Comments
 (0)