summary refs log tree commit diff
path: root/test/vararg1.ssa
diff options
context:
space:
mode:
Diffstat (limited to 'test/vararg1.ssa')
-rw-r--r--test/vararg1.ssa4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vararg1.ssa b/test/vararg1.ssa
index 28b3d0e..393743c 100644
--- a/test/vararg1.ssa
+++ b/test/vararg1.ssa
@@ -1,7 +1,7 @@
 export
 function d $f(l %x, ...) {
 @start
-	%vp =l alloc8 24
+	%vp =l alloc8 32
 	vastart %vp
 	%i =l vaarg %vp
 	%n =d vaarg %vp
@@ -11,7 +11,7 @@ function d $f(l %x, ...) {
 export
 function w $g(l %fmt, ...) {
 @start
-	%vp =l alloc8 24
+	%vp =l alloc8 32
 	vastart %vp
 	%r =w call $vprintf(l %fmt, l %vp)
 	ret %r