diff options
author | Christian Cunningham <cc@localhost> | 2022-02-04 23:48:40 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-02-04 23:48:40 -0700 |
commit | 465a630377b97cff92ce44e9a1f32115e7d1f557 (patch) | |
tree | 84b0955e5ea12da850dc777a94bef66c4a45b218 /src/exceptions | |
parent | a16e8875d13d884ca203bfd83dffe8fae17405c4 (diff) |
Move to new mem
Diffstat (limited to 'src/exceptions')
-rw-r--r-- | src/exceptions/svc.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exceptions/svc.S b/src/exceptions/svc.S index 7e6a327..48d03a5 100644 --- a/src/exceptions/svc.S +++ b/src/exceptions/svc.S @@ -40,7 +40,7 @@ svc_000003: // Clean task stack strb r0, [r3, r1] // Free the thread after freeing the stack mov r0, r2 - bl free + bl kfree b svc_exit svc_exit: ldmfd sp!, {r0-r12,pc}^ |