qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit fedb1fa32cf71536bbc986182e78cd4437b1a63c
parent ae80e4f7caa6be31f83ae6a94a26ab3b60a5b064
Author: Quentin Carbonneaux <quentin@c9x.me>
Date:   Fri, 22 Sep 2017 19:55:37 +0200

mark printf call as variadic in test

Diffstat:
Mtest/abi6.ssa | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/abi6.ssa b/test/abi6.ssa @@ -13,8 +13,8 @@ function $f(:hfa3 %h1, :hfa3 %h2, d %d1, :hfa3 %h3, d %d2) { call $phfa3(:hfa3 %h1) call $phfa3(:hfa3 %h2) call $phfa3(:hfa3 %h3) - call $printf(l $dfmt, d %d1) - call $printf(l $dfmt, d %d2) + call $printf(l $dfmt, d %d1, ...) + call $printf(l $dfmt, d %d2, ...) ret }