We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454dfba commit e1371ddCopy full SHA for e1371dd
Chapter 11/debug.s
@@ -14,7 +14,7 @@
14
stp X14, X15, [SP, #-16]!
15
stp X16, X17, [SP, #-16]!
16
stp X18, LR, [SP, #-16]!
17
- mov X1, #\reg // for the %c
+ mov X1, #\reg // for the %u
18
mov X2, X\reg // for the %d
19
mov X3, X\reg // for the %x
20
str X1, [SP, #-32]! // Move the stack pointer four doublewords (32 bytes) down and push X1 onto the stack
0 commit comments