rt: Request the correct number of bytes on the C stack

This commit is contained in:
Brian Anderson 2011-11-29 23:01:19 -08:00
parent 06f4cb43f6
commit 777c3584b9

View File

@ -74,7 +74,7 @@ MORESTACK:
testl %eax,%eax
jz .L$bail
movl $12, (%esp)
movl $16, (%esp)
calll UPCALL_ALLOC_C_STACK
movl %eax,%edx