From 76b18b2b465532e528af2162e79365794c8ba290 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 27 Aug 2012 20:27:01 +0200 Subject: Add table of IR type sizes. --- src/host/buildvm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/host') diff --git a/src/host/buildvm.c b/src/host/buildvm.c index 462fd8f7..72b74f1f 100644 --- a/src/host/buildvm.c +++ b/src/host/buildvm.c @@ -245,7 +245,7 @@ IRDEF(IRNAME) }; const char *const irt_names[] = { -#define IRTNAME(name) #name, +#define IRTNAME(name, size) #name, IRTDEF(IRTNAME) #undef IRTNAME NULL -- cgit v1.2.3-55-g6feb