From b99a8b0d07d43b89d5e27883ee5a9a67c2645809 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Tue, 7 Feb 2017 23:01:24 -0500 Subject: support variable argument lists This change is backward compatible, calls to "variadic" functions (like printf) must now be annotated (with ...). --- tools/lexh.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/lexh.c') diff --git a/tools/lexh.c b/tools/lexh.c index a4ca937..db27f8f 100644 --- a/tools/lexh.c +++ b/tools/lexh.c @@ -22,6 +22,7 @@ char *tok[] = { "ceql", "cnel", "cles", "clts", "cgts", "cges", "cnes", "ceqs", "cos", "cuos", "cled", "cltd", "cgtd", "cged", "cned", "ceqd", "cod", "cuod", + "vaarg", "vastart", "...", "call", "phi", "jmp", "jnz", "ret", "export", "function", "type", "data", "align", "l", "w", -- cgit 1.4.1