From fc10f6fa6d4ae2a0d6e17ea62594b8b1f6700aeb Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 17 Mar 2022 21:35:21 -0700 Subject: Removed unneeded drawing --- src/exceptions/data.S | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/exceptions/data.S') diff --git a/src/exceptions/data.S b/src/exceptions/data.S index e3add71..fe33215 100644 --- a/src/exceptions/data.S +++ b/src/exceptions/data.S @@ -3,11 +3,7 @@ data: cpsid aif stmfd sp!, {r0-r12,lr} - mov r4, lr - mov r0, #0 - mov r1, #15 - ldr r2, =data_msg - bl draw_string + ldr r4, [lr, #-4] // Output return address mov r0, #80 mov r1, #0 @@ -31,6 +27,3 @@ data: bl draw_hex32 ldmfd sp!, {r0-r12,lr} subs pc, lr, #4 // Should be 8 once I can actually handle the abort - -.section .data -data_msg: .asciz "Data Handler" -- cgit v1.2.1