VirtualBox

Changeset 108207 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 13, 2025 4:36:14 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167527
Message:

VMM/IEM: Moving x86 target specific files to VMMAll/target-x86/... [valkit build fix] jiraref:VBP-1531

File:
1 edited

Legend:

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

    r108204 r108207  
    63056305        sCommonBodyMacros = os.path.join(os.path.split(sSrcFile)[0], 'IEMAllInstCommonBodyMacros-x86.h');
    63066306        if not os.path.isfile(sCommonBodyMacros):
    6307             sCommonBodyMacros = os.path.join(os.path.split(__file__)[0], 'IEMAllInstCommonBodyMacros-x86.h');
     6307            sCommonBodyMacros = os.path.join(os.path.split(__file__)[0], 'target-x86', 'IEMAllInstCommonBodyMacros-x86.h');
    63086308
    63096309        # Read it.
     
    64026402    Raises exception on failure.
    64036403    """
    6404     sSrcDir   = os.path.dirname(os.path.abspath(__file__));
     6404    sSrcDir   = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'target-x86');
    64056405    cErrors   = 0;
    64066406    aoParsers = [];
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