summary refs log tree commit diff stats
path: root/tcg/tcg-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcg/tcg-common.c')
-rw-r--r--tcg/tcg-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/tcg-common.c b/tcg/tcg-common.c
index aa0c4f60c9..35e7616ae9 100644
--- a/tcg/tcg-common.c
+++ b/tcg/tcg-common.c
@@ -27,7 +27,7 @@
 
 TCGOpDef tcg_op_defs[] = {
 #define DEF(s, oargs, iargs, cargs, flags) \
-         { #s, oargs, iargs, cargs, iargs + oargs + cargs, flags },
+         { #s, oargs, iargs, cargs, iargs + oargs + cargs, flags, NULL },
 #include "tcg/tcg-opc.h"
 #undef DEF
 };