aboutsummaryrefslogtreecommitdiff
path: root/src/exceptions
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-04 23:48:40 -0700
committerChristian Cunningham <cc@localhost>2022-02-04 23:48:40 -0700
commit465a630377b97cff92ce44e9a1f32115e7d1f557 (patch)
tree84b0955e5ea12da850dc777a94bef66c4a45b218 /src/exceptions
parenta16e8875d13d884ca203bfd83dffe8fae17405c4 (diff)
Move to new mem
Diffstat (limited to 'src/exceptions')
-rw-r--r--src/exceptions/svc.S2
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}^