Changeset 66976 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py
- Timestamp:
- May 19, 2017 12:23:32 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115521
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py
r66968 r66976 317 317 else: 318 318 raise Exception('Unhandled sSubOpcode=%s for sInvalidStyle=%s' % (oInstr.sSubOpcode, oInstr.sInvalidStyle)); 319 elif oInstr.sInvalidStyle == 'vex.modrm': 320 self.sEncoding = 'BS3CG1ENC_VEX_MODRM'; 319 321 320 322 self.asFlags = [];
Note:
See TracChangeset
for help on using the changeset viewer.