Skip to content

Commit

Permalink
Use reg alias now printed by default by CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Dec 3, 2023
1 parent 0e375ed commit eadbd71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/db/archos/darwin-arm64/dbg
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ pi 8 @ pc
EOF
EXPECT=<<EOF
sub sp, sp, 0x50
stp x29, x30, [sp, 0x40]
add x29, sp, 0x40
stp fp, lr, [sp, 0x40]
add fp, sp, 0x40
adrp x8, reloc.NSLog
add x8, x8, 0x180
stur w0, [x29, -4]
stur x1, [x29, -0x10]
stur w0, [fp, -4]
stur x1, [fp, -0x10]
str x8, [sp, 0x10]
EOF
REGEXP_FILTER_ERR=(([a-zA-Z:]+|[0-9a-f][0-9a-f][0-9a-f])\s+)
Expand Down

0 comments on commit eadbd71

Please sign in to comment.