Skip to content

Commit e1371dd

Browse files
authored
Update format string in debug.s
1 parent 454dfba commit e1371dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter 11/debug.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
stp X14, X15, [SP, #-16]!
1515
stp X16, X17, [SP, #-16]!
1616
stp X18, LR, [SP, #-16]!
17-
mov X1, #\reg // for the %c
17+
mov X1, #\reg // for the %u
1818
mov X2, X\reg // for the %d
1919
mov X3, X\reg // for the %x
2020
str X1, [SP, #-32]! // Move the stack pointer four doublewords (32 bytes) down and push X1 onto the stack

0 commit comments

Comments
 (0)