From 465a630377b97cff92ce44e9a1f32115e7d1f557 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 4 Feb 2022 23:48:40 -0700 Subject: Move to new mem --- src/exceptions/svc.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exceptions') 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}^ -- cgit v1.2.1