Skip to content

Commit cd21686

Browse files
authored
Add commit_local call to x86_64 interval build_or function (#395)
Fixes [this comment](#393 (comment)) in #393.
1 parent e32236f commit cd21686

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fidget-jit/src/x86_64/interval.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ impl Assembler for IntervalAssembler {
683683
; E: // exit
684684
; add rsi, 1
685685
);
686+
self.0.ops.commit_local().unwrap();
686687
}
687688
fn build_compare(&mut self, out_reg: u8, lhs_reg: u8, rhs_reg: u8) {
688689
// TODO: Godbolt uses unpcklps ?

0 commit comments

Comments
 (0)