Skip to content

Commit

Permalink
suite: add crc32 instruction to x86odd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Nov 16, 2014
1 parent b008229 commit 57a902d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/x86odd.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

CODE32 += b"\x66\x2e\x0f\x58\xc0" # addpd xmm0, xmm0
CODE32 += b"\x2e\x66\x0f\x58\xc0" # addpd xmm0, xmm0
CODE32 += b"\xf2\x0f\x38\xf1\xc3" # crc32l %ebx, %eax
CODE32 += b"\x66\xf2\x0f\x38\xf1\xc3" # crc32w %bx, %eax
CODE32 += b"\xf2\x0f\x38\xf1\x8c\xcb\xef\xbe\xad\xde" # crc32l -0x21524111(%ebx, %ecx, 8), %ecx

CODE32_MEMREF = b"\x8b\x84\x91\x23\x01\x00\x00"
Expand Down

0 comments on commit 57a902d

Please sign in to comment.