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 0924ac6 commit aa9b062
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 @@ -3267,8 +3267,8 @@ replace_call_with_callout (GumStalkerIterator * iterator,
}

TESTCODE (arm_simple_jumpout,
0x14, 0x05, 0x00, 0xe3, /* mov r0, 1300 */
0xff, 0xff, 0xff, 0xea, /* b bump_number */
0x0d, 0x00, 0x00, 0xe3, /* mov r0, 13 */
0xff, 0xff, 0xff, 0xea, /* b bump_number */
/* bump_number: */
0x25, 0x00, 0x80, 0xe2, /* add r0, 37 */
0x1e, 0xff, 0x2f, 0xe1, /* bx lr */
Expand Down

0 comments on commit aa9b062

Please sign in to comment.