Skip to content

Commit

Permalink
Fix test offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Dec 18, 2024
1 parent 0d2dbf2 commit b0e6361
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pulley/tests/all/disas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ fn push_pop_many() {
r#"
0: push_frame
1: xpush32_many x0, x1, x2, x3, x4
6: xadd32 x0, x0, x1
9: xpop32_many x0, x1, x2, x3, x4
e: pop_frame
f: ret
8: xadd32 x0, x0, x1
b: xpop32_many x0, x1, x2, x3, x4
12: pop_frame
13: ret
"#,
);
}
Expand Down

0 comments on commit b0e6361

Please sign in to comment.