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:
Serban Constantinescu
2013-10-13 22:07:26 +01:00
committed by Elliott Hughes
parent 393484ab35
commit 7f70c9b64e
6 changed files with 7 additions and 7 deletions

View File

@@ -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