aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2021-12-31 18:36:31 +0900
committerMITSUNARI Shigeo <[email protected]>2021-12-31 18:36:31 +0900
commitc79311a516b63a3f2b76ab12bbd6d15f13974581 (patch)
treee07d2001f2f0f4bab7d0ce99071035019e865473
parent9b2c175b364071dfd31fc84809597bc1e261a55a (diff)
downloadxbyak-c79311a516b63a3f2b76ab12bbd6d15f13974581.tar.gz
xbyak-c79311a516b63a3f2b76ab12bbd6d15f13974581.zip
fix test_util.cpp
-rw-r--r--sample/test_util.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sample/test_util.cpp b/sample/test_util.cpp
index 79a2d32..da7ce9f 100644
--- a/sample/test_util.cpp
+++ b/sample/test_util.cpp
@@ -7,7 +7,6 @@ struct PopCountTest : public Xbyak::CodeGenerator {
PopCountTest(int n)
: Xbyak::CodeGenerator(4096, Xbyak::DontSetProtectRWE)
{
-ret();
mov(eax, n);
popcnt(eax, eax);
ret();