Changeset 108207 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 13, 2025 4:36:14 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167527
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py
r108204 r108207 6305 6305 sCommonBodyMacros = os.path.join(os.path.split(sSrcFile)[0], 'IEMAllInstCommonBodyMacros-x86.h'); 6306 6306 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'); 6308 6308 6309 6309 # Read it. … … 6402 6402 Raises exception on failure. 6403 6403 """ 6404 sSrcDir = os.path. dirname(os.path.abspath(__file__));6404 sSrcDir = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'target-x86'); 6405 6405 cErrors = 0; 6406 6406 aoParsers = [];
Note:
See TracChangeset
for help on using the changeset viewer.