aboutsummaryrefslogtreecommitdiff
path: root/src/boot.S
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2021-12-08 17:28:15 -0700
committerChristian Cunningham <cc@localhost>2021-12-08 17:28:15 -0700
commit15b93ed9c47691ae0b7241100509159a38c36049 (patch)
tree475f29aea3abdadfc7338178283f152d08949c23 /src/boot.S
parent70875c2c095576489cb88836a7e176c83c298f03 (diff)
Standardized Format
Diffstat (limited to 'src/boot.S')
-rw-r--r--src/boot.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot.S b/src/boot.S
index b1adae7..1dcb523 100644
--- a/src/boot.S
+++ b/src/boot.S
@@ -55,7 +55,6 @@ reset:
irq:
push {r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr}
- //bl a_irq_handler
bl c_irq_handler
pop {r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr}
subs pc, lr, #4