diff options
author | Christian Cunningham <cc@localhost> | 2022-02-24 18:38:20 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-02-24 18:38:20 -0700 |
commit | a9e89946ad7f6918b954d7416c755a90c0eace9d (patch) | |
tree | 35a624cdc2fa135bc435aaf40bb2e294902a3dd1 /src/sys | |
parent | a621bee817320cc3e17b097da29b3d46c62a90b4 (diff) |
Fixed HYP Code
Diffstat (limited to 'src/sys')
-rw-r--r-- | src/sys/kernel.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/kernel.S b/src/sys/kernel.S index cfd396f..654a9a7 100644 --- a/src/sys/kernel.S +++ b/src/sys/kernel.S @@ -10,7 +10,7 @@ kernel_main: bl sysinit // Intentional undefined instruction - //.word 0xf7f0a000 + // .word 0xf7f0a000 cpsie aif, #0x10 svc #2 // Start scheduling! 1: |