summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'all.h')
-rw-r--r--all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/all.h b/all.h
index e22a1f5..0629e1c 100644
--- a/all.h
+++ b/all.h
@@ -306,6 +306,7 @@ struct OpDesc {
 	char argcls[2][4];
 	uint sflag:1; /* sets the zero flag */
 	uint lflag:1; /* leaves flags */
+	uint cfold:1; /* can fold */
 };
 
 struct Ins {