2014-04-05 20:54:11 +00:00
|
|
|
.text
|
|
|
|
.align 2
|
|
|
|
.global alloca
|
|
|
|
.type alloca, %function
|
|
|
|
alloca:
|
2017-02-23 07:41:57 +00:00
|
|
|
#ifdef __TINYC__
|
|
|
|
.int 0xe060d00d
|
|
|
|
.int 0xe3cdd007
|
|
|
|
.int 0xe1a0000d
|
|
|
|
.int 0xe1a0f00e
|
|
|
|
#else
|
2014-04-05 20:54:11 +00:00
|
|
|
rsb sp, r0, sp
|
|
|
|
bic sp, sp, #7
|
|
|
|
mov r0, sp
|
|
|
|
mov pc, lr
|
2017-02-23 07:41:57 +00:00
|
|
|
#endif
|
2014-04-05 20:54:11 +00:00
|
|
|
.size alloca, .-alloca
|