Changeset 102065 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py
- Timestamp:
- Nov 10, 2023 4:14:51 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py
r102012 r102065 3061 3061 'IEM_MC_STORE_FPUREG_R80_SRC_REF': (McBlock.parseMcGeneric, True, False, ), 3062 3062 'IEM_MC_STORE_GREG_I64': (McBlock.parseMcGeneric, True, False, ), 3063 'IEM_MC_STORE_GREG_U16': (McBlock.parseMcGeneric, True, False,),3063 'IEM_MC_STORE_GREG_U16': (McBlock.parseMcGeneric, True, True, ), 3064 3064 'IEM_MC_STORE_GREG_U16_CONST': (McBlock.parseMcGeneric, True, False, ), 3065 3065 'IEM_MC_STORE_GREG_U32': (McBlock.parseMcGeneric, True, False, ),
Note:
See TracChangeset
for help on using the changeset viewer.