about summary refs log tree commit diff stats
path: root/022float.cc
diff options
context:
space:
mode:
Diffstat (limited to '022float.cc')
-rw-r--r--022float.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/022float.cc b/022float.cc
index 178e86b3..9fc8a9ff 100644
--- a/022float.cc
+++ b/022float.cc
@@ -482,7 +482,7 @@ float* effective_address_float(uint8_t modrm) {
 //: compare
 
 :(before "End Initialize Op Names")
-put_new(Name_0f, "2f", "compare: set SF if x32 < xm32 (comiss)");
+put_new(Name_0f, "2f", "compare: set CF if x32 < xm32 (comiss)");
 
 :(code)
 void test_compare_x32_with_mem_at_rm32() {