aboutsummaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
Diffstat (limited to 'src/host')
-rw-r--r--src/host/buildvm.c2
1 files changed, 1 insertions, 1 deletions
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)
245}; 245};
246 246
247const char *const irt_names[] = { 247const char *const irt_names[] = {
248#define IRTNAME(name) #name, 248#define IRTNAME(name, size) #name,
249IRTDEF(IRTNAME) 249IRTDEF(IRTNAME)
250#undef IRTNAME 250#undef IRTNAME
251 NULL 251 NULL