From 7259dc3f4594875e8ad69e539a00e2b74ff54d6b Mon Sep 17 00:00:00 2001 From: kobalicek Date: Thu, 18 Jun 2015 09:50:45 +0200 Subject: [PATCH] Minor. --- src/test/asmjit_test_opcode.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/asmjit_test_opcode.h b/src/test/asmjit_test_opcode.h index 8423921..bff68e7 100644 --- a/src/test/asmjit_test_opcode.h +++ b/src/test/asmjit_test_opcode.h @@ -1329,6 +1329,7 @@ static void opcode(asmjit::X86Assembler& a, bool useRex1 = false, bool useRex2 = // POPCNT. a.nop(); + a.popcnt(gzA, gzB); a.popcnt(gzA, anyptr_gpB); // AESNI.