VirtualBox

Ignore:
Timestamp:
May 6, 2023 12:42:59 AM (20 months ago)
Author:
vboxsync
Message:

VMM/IEM: Started modifying the input/decode side of the threaded recompiler. bugref:10369

File:
1 edited

Legend:

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

    r99343 r99647  
    18681868    Generic C++/C statement.
    18691869    """
    1870     def __init__(self, sCode, fDecode, sName = 'C++'):
     1870    def __init__(self, sCode, fDecode = True, sName = 'C++'):
    18711871        McStmt.__init__(self, sName, [sCode,]);
    18721872        self.fDecode = fDecode;
Note: See TracChangeset for help on using the changeset viewer.

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