Changeset 103757 in vbox
- Timestamp:
- Mar 11, 2024 10:54:12 AM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 162126
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py
r103756 r103757 1853 1853 1854 1854 oStmt = iai.McStmt.findStmtByNames(aoStmts, {'IEM_MC_NATIVE_IF': True,}); 1855 if oStmt :1856 sName += '_n'; ## @todo check if enabled for the architecture1855 if oStmt and oStmt.asArchitectures: 1856 sName += '_n'; ## @todo check if enabled for the host architecture 1857 1857 self.sSubName = sName; 1858 1858 return;
Note:
See TracChangeset
for help on using the changeset viewer.