summaryrefslogtreecommitdiff
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index 5571c6f..4b3f059 100644
--- a/parser.c
+++ b/parser.c
@@ -196,7 +196,7 @@ static void process_size_override(insn *result, int operand)
/*
* when two or more decorators follow a register operand,
* consecutive decorators are parsed here.
- * the order of decorators does not matter.
+ * opmask and zeroing decorators can be placed in any order.
* e.g. zmm1 {k2}{z} or zmm2 {z,k3}
* decorator(s) are placed at the end of an operand.
*/