about summary refs log tree commit diff stats
path: root/033check_operands.cc
diff options
context:
space:
mode:
Diffstat (limited to '033check_operands.cc')
-rw-r--r--033check_operands.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/033check_operands.cc b/033check_operands.cc
index 66f74e80..7089bbb2 100644
--- a/033check_operands.cc
+++ b/033check_operands.cc
@@ -677,7 +677,8 @@ put_new(Permitted_arguments_0f, "8f", 0x10);
 //// Class M: using ModR/M byte
 //  imm32 imm8  disp32 |disp16  disp8 subop modrm
 //  0     0     0      |0       0     0     1
-put_new(Permitted_arguments_0f, "af", 0x01);
+put_new(Permitted_arguments_0f, "2f", 0x01);  // compare floats
+put_new(Permitted_arguments_0f, "af", 0x01);  // multiply ints
 // setcc
 put_new(Permitted_arguments_0f, "92", 0x01);
 put_new(Permitted_arguments_0f, "93", 0x01);