From 777c3584b9a905d938cb88713514d69e05f50358 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 29 Nov 2011 23:01:19 -0800 Subject: [PATCH] rt: Request the correct number of bytes on the C stack --- src/rt/arch/i386/morestack.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rt/arch/i386/morestack.S b/src/rt/arch/i386/morestack.S index 2295957bfaa..f888373e5cf 100644 --- a/src/rt/arch/i386/morestack.S +++ b/src/rt/arch/i386/morestack.S @@ -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