aboutsummaryrefslogtreecommitdiff
path: root/src/exceptions/prefetch.S
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-16 22:28:33 -0700
committerChristian Cunningham <cc@localhost>2022-03-16 22:28:33 -0700
commita9f63b8cdb930d079cc69d492fe44dc8224c1e03 (patch)
treec97c9f84f5caa2b0cc77850c21f33b9f5cefaecb /src/exceptions/prefetch.S
parenta3732c11ad3bcd2c01a36d0a82a6f310fe8557af (diff)
More comments
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}