Changeset 66966 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsPython.py
- Timestamp:
- May 19, 2017 9:49:59 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115508
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsPython.py
r66957 r66966 483 483 'ignores_op_size': '', ##< Ignores both operand size prefixes (66h + REX.W). 484 484 'ignores_vex_l': '', ##< Ignores VEX.L. 485 'vex_l_zero': '', ##< VEX.L must be 0. 485 486 'lock_allowed': '', ##< Lock prefix allowed. 486 487 };
Note:
See TracChangeset
for help on using the changeset viewer.