diff options
author | MITSUNARI Shigeo <[email protected]> | 2021-12-31 18:36:31 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2021-12-31 18:36:31 +0900 |
commit | c79311a516b63a3f2b76ab12bbd6d15f13974581 (patch) | |
tree | e07d2001f2f0f4bab7d0ce99071035019e865473 | |
parent | 9b2c175b364071dfd31fc84809597bc1e261a55a (diff) | |
download | xbyak-c79311a516b63a3f2b76ab12bbd6d15f13974581.tar.gz xbyak-c79311a516b63a3f2b76ab12bbd6d15f13974581.zip |
fix test_util.cpp
-rw-r--r-- | sample/test_util.cpp | 1 |
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(); |