VirtualBox

Changeset 103757 in vbox


Ignore:
Timestamp:
Mar 11, 2024 10:54:12 AM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162126
Message:

VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks and liveness analysis, also morping ARGS to LOCALS as appropriate. [tweak] bugref:10376

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py

    r103756 r103757  
    18531853
    18541854        oStmt = iai.McStmt.findStmtByNames(aoStmts, {'IEM_MC_NATIVE_IF': True,});
    1855         if oStmt:
    1856             sName += '_n'; ## @todo check if enabled for the architecture
     1855        if oStmt and oStmt.asArchitectures:
     1856            sName += '_n'; ## @todo check if enabled for the host architecture
    18571857        self.sSubName = sName;
    18581858        return;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette