summary refs log tree commit diff stats
path: root/def-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'def-helper.h')
-rw-r--r--def-helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/def-helper.h b/def-helper.h
index b98ff69e4e..022a9ceb6a 100644
--- a/def-helper.h
+++ b/def-helper.h
@@ -128,6 +128,8 @@
 #define DEF_HELPER_5(name, ret, t1, t2, t3, t4, t5) \
     DEF_HELPER_FLAGS_5(name, 0, ret, t1, t2, t3, t4, t5)
 
+/* MAX_OPC_PARAM_IARGS must be set to n if last entry is DEF_HELPER_FLAGS_n. */
+
 #endif /* DEF_HELPER_H */
 
 #ifndef GEN_HELPER