AArch64: Fix uses of stack size for 32/64bit libc builds
This patch fixes stack size uses to size_t. Change-Id: I0671c85ddb1c1aceaf9440a7c73c21fe528653fa Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
This commit is contained in:
committed by
Elliott Hughes
parent
393484ab35
commit
7f70c9b64e
@@ -30,7 +30,7 @@
|
||||
|
||||
.text
|
||||
|
||||
// void _exit_with_stack_teardown(void * stackBase, int stackSize, int status)
|
||||
// void _exit_with_stack_teardown(void * stackBase, size_t stackSize, int status)
|
||||
|
||||
.type _exit_with_stack_teardown, @function
|
||||
.global _exit_with_stack_teardown
|
||||
|
||||
Reference in New Issue
Block a user