Skip to content

Commit 777c358

Browse files
committed
rt: Request the correct number of bytes on the C stack
1 parent 06f4cb4 commit 777c358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/arch/i386/morestack.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ MORESTACK:
7474
testl %eax,%eax
7575
jz .L$bail
7676

77-
movl $12, (%esp)
77+
movl $16, (%esp)
7878
calll UPCALL_ALLOC_C_STACK
7979
movl %eax,%edx
8080

0 commit comments

Comments
 (0)