VirtualBox

Changeset 103842 in vbox


Ignore:
Timestamp:
Mar 14, 2024 11:00:00 AM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162213
Message:

Fix IEMAllThrdPython.py crash in threaded recompiler build, bugref:9898

File:
1 edited

Legend:

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

    r103828 r103842  
    35533553            for sOutFile, fnGenMethod, iPartNo in aaoOutputFiles:
    35543554                if sOutFile == '-':
    3555                     fRc = fnGenMethod(sys.stdout) and fRc;
     3555                    fRc = fnGenMethod(sys.stdout, iPartNo) and fRc;
    35563556                else:
    35573557                    try:
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