mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-07-13 20:17:08 +02:00
Added the TCC compiler to the external folder and the associated projects.
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
.text
|
||||
.align 2
|
||||
.global alloca
|
||||
.type alloca, %function
|
||||
alloca:
|
||||
rsb sp, r0, sp
|
||||
bic sp, sp, #7
|
||||
mov r0, sp
|
||||
mov pc, lr
|
||||
.size alloca, .-alloca
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
Reference in New Issue
Block a user