Skip to content

Commit

Permalink
suite: add 'hint nop' instruction to x86odd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Apr 22, 2014
1 parent 2ce7713 commit 4cc3040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suite/x86odd.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
CODE32 += b"\xc0\xf0\x02"
CODE32 += b"\xc1\xf6\x00"
CODE32 += b"\x82\xc0\x00"
CODE32 += b"\x0f\x1a\x00"

_python3 = sys.version_info.major == 3

Expand Down

0 comments on commit 4cc3040

Please sign in to comment.