aboutsummaryrefslogtreecommitdiffhomepage
path: root/sample/test_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sample/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();