aboutsummaryrefslogtreecommitdiff
path: root/src/exceptions/prefetch.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions/prefetch.S')
-rw-r--r--src/exceptions/prefetch.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exceptions/prefetch.S b/src/exceptions/prefetch.S
index 1aeba10..5166d00 100644
--- a/src/exceptions/prefetch.S
+++ b/src/exceptions/prefetch.S
@@ -4,13 +4,13 @@ prefetch:
cpsid aif
stmfd sp!, {r0-r12,lr}
mov r4, lr
- mov r0, #0
- mov r1, #16
+ mov r0, #98
+ mov r1, #0
ldr r2, =prefetch_msg
bl draw_string
// Output return address
- mov r0, #17
- mov r1, #16
+ mov r0, #98
+ mov r1, #1
mov r2, r4
bl draw_hex32
ldmfd sp!, {r0-r12,lr}