mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-06 11:28:40 +08:00
Fix alloca for arm
Some checks failed
build and test / test-x86_64-linux (push) Has been cancelled
build and test / test-x86_64-osx (push) Has been cancelled
build and test / test-aarch64-osx (push) Has been cancelled
build and test / test-x86_64-win32 (push) Has been cancelled
build and test / test-i386-win32 (push) Has been cancelled
build and test / test-armv7-linux (push) Has been cancelled
build and test / test-aarch64-linux (push) Has been cancelled
build and test / test-riscv64-linux (push) Has been cancelled
Some checks failed
build and test / test-x86_64-linux (push) Has been cancelled
build and test / test-x86_64-osx (push) Has been cancelled
build and test / test-aarch64-osx (push) Has been cancelled
build and test / test-x86_64-win32 (push) Has been cancelled
build and test / test-i386-win32 (push) Has been cancelled
build and test / test-armv7-linux (push) Has been cancelled
build and test / test-aarch64-linux (push) Has been cancelled
build and test / test-riscv64-linux (push) Has been cancelled
This commit is contained in:
parent
264229a0d4
commit
7e4fc3a0d0
@ -71,7 +71,7 @@ p3:
|
|||||||
#elif defined __arm__
|
#elif defined __arm__
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.align
|
.align 2
|
||||||
.global alloca
|
.global alloca
|
||||||
.type alloca, %function
|
.type alloca, %function
|
||||||
alloca:
|
alloca:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user