Changeset 101307 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 29, 2023 1:31:56 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py
r101304 r101307 91 91 if ( len(aoStmts) == 1 92 92 and aoStmts[0].sName.startswith('IEM_MC_DEFER_TO_CIMPL_') 93 and aoStmts[0].sName.endswith('_RET_THREADED') 94 and sHostArch in ('amd64',)): 93 and aoStmts[0].sName.endswith('_RET_THREADED')): 95 94 return NativeRecompFunctionVariation(oVariation, sHostArch); 96 95
Note:
See TracChangeset
for help on using the changeset viewer.