aboutsummaryrefslogtreecommitdiff
path: root/test/varargs.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/varargs.qbe')
-rw-r--r--test/varargs.qbe2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/varargs.qbe b/test/varargs.qbe
index 16db877..2a760d6 100644
--- a/test/varargs.qbe
+++ b/test/varargs.qbe
@@ -3,7 +3,7 @@ function $f(w %.1, ...) {
@start.1
%.2 =l alloc4 4
storew %.1, %.2
- %.3 =l alloc8 24
+ %.3 =l alloc8 32
@body.2
vastart %.3
@while_cond.3