aboutsummaryrefslogtreecommitdiff
path: root/src/boot.S
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2021-12-21 19:27:15 -0800
committerChristian Cunningham <cc@localhost>2021-12-21 19:27:15 -0800
commitc7d005f021c5deb324b227acffb12284efc42a41 (patch)
tree10253735c3ca0fbd670ccf05fe60e16c6d72600d /src/boot.S
parent5768e8059dc3b7f56361fe5b5c578294df3fdf67 (diff)
Removed whitespace
Diffstat (limited to 'src/boot.S')
-rw-r--r--src/boot.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.S b/src/boot.S
index 1dcb523..a93dac2 100644
--- a/src/boot.S
+++ b/src/boot.S
@@ -10,7 +10,7 @@ reset:
mrc p15, #0, r1, c0, c0, #5
and r1, r1, #3
cmp r1, #0
- bne io_halt
+ bne io_halt
// set vector address.
ldr r0, =vector