From 523cf1ed04bcf97794d8796fab8527e28b07e86f Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Tue, 26 Dec 2023 16:22:11 +0900 Subject: fix comment of sample/ccmp.cpp --- sample/ccmp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample') diff --git a/sample/ccmp.cpp b/sample/ccmp.cpp index 622d3d1..ff75796 100644 --- a/sample/ccmp.cpp +++ b/sample/ccmp.cpp @@ -17,7 +17,7 @@ struct Code1 : Xbyak::CodeGenerator { const auto& p2 = sf.p[1]; int dfv = 0; cmp(p1, 3); - ctesta(p2, 1, dfv); // eflags = (p1 > 3) ? (p2 & 1) : dfv; + ctesta(p2, 1, dfv); // eflags = (p1 > 3) ? ((p2 & 1) == 0) : dfv; setz(al|T_zu); } }; -- cgit v1.2.3