diff options
| author | Christian Cunningham <cc@localhost> | 2021-12-21 19:27:15 -0800 |
|---|---|---|
| committer | Christian Cunningham <cc@localhost> | 2021-12-21 19:27:15 -0800 |
| commit | c7d005f021c5deb324b227acffb12284efc42a41 (patch) | |
| tree | 10253735c3ca0fbd670ccf05fe60e16c6d72600d /src | |
| parent | 5768e8059dc3b7f56361fe5b5c578294df3fdf67 (diff) | |
Removed whitespace
Diffstat (limited to 'src')
| -rw-r--r-- | src/boot.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
