diff options
Diffstat (limited to 'src/host')
-rw-r--r-- | src/host/buildvm.c | 2 |
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 | ||
247 | const char *const irt_names[] = { | 247 | const char *const irt_names[] = { |
248 | #define IRTNAME(name) #name, | 248 | #define IRTNAME(name, size) #name, |
249 | IRTDEF(IRTNAME) | 249 | IRTDEF(IRTNAME) |
250 | #undef IRTNAME | 250 | #undef IRTNAME |
251 | NULL | 251 | NULL |