Changeset 66128 in vbox
- Timestamp:
- Mar 16, 2017 2:10:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsPython.py
r66124 r66128 788 788 self.sValue = sValue; 789 789 self.sType = sType; 790 assert isinstance(sField, str); 791 assert isinstance(sOp, str); 792 assert isinstance(sType, str); 793 assert isinstance(sValue, str); 790 794 791 795
Note:
See TracChangeset
for help on using the changeset viewer.