Skip to content

Commit

Permalink
Fix forward_pass usage in arm backend following John's PR
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecb authored and k0kubun committed Aug 26, 2022
1 parent 5574e71 commit 4540b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yjit/src/backend/arm64/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ impl Assembler
}
}

self.forward_pass(|asm, index, op, opnds, target, text, pos_marker| {
self.forward_pass(|asm, index, op, opnds, target, text, pos_marker, original_opnds| {
// Load all Value operands into registers that aren't already a part
// of Load instructions.
let opnds = match op {
Expand Down

0 comments on commit 4540b30

Please sign in to comment.