Changeset 103589 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py
- Timestamp:
- Feb 27, 2024 4:14:12 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py
r103588 r103589 2962 2962 'IEM_MC_FETCH_EFLAGS': (McBlock.parseMcGeneric, False, False, True, ), 2963 2963 'IEM_MC_FETCH_EFLAGS_U8': (McBlock.parseMcGeneric, False, False, False, ), 2964 'IEM_MC_FETCH_FCW': (McBlock.parseMcGeneric, False, False, False,),2964 'IEM_MC_FETCH_FCW': (McBlock.parseMcGeneric, False, False, True, ), 2965 2965 'IEM_MC_FETCH_FSW': (McBlock.parseMcGeneric, False, False, False, ), 2966 2966 'IEM_MC_FETCH_GREG_U16': (McBlock.parseMcGeneric, False, False, True, ),
Note:
See TracChangeset
for help on using the changeset viewer.