Skip to content

Commit

Permalink
stalker-arm: fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Feb 13, 2024
1 parent a323cf1 commit 0924ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/core/arch-arm/stalker-arm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3227,8 +3227,8 @@ add_n_return_value_increments (GumStalkerIterator * iterator,

TESTCODE (arm_simple_call,
0x04, 0xe0, 0x2d, 0xe5, /* push {lr} */
0x14, 0x05, 0x00, 0xe3, /* mov r0, 1300 */
0xfe, 0xff, 0xff, 0xfa, /* blx bump_number */
0x0d, 0x00, 0x00, 0xe3, /* mov r0, 13 */
0x00, 0x00, 0x00, 0xfa, /* blx bump_number */
0x04, 0xf0, 0x9d, 0xe4, /* pop {pc} */
/* bump_number: */
0x25, 0x00, 0x80, 0xe2, /* add r0, 37 */
Expand Down

0 comments on commit 0924ac6

Please sign in to comment.