Changeset 99647 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsPython.py
- Timestamp:
- May 6, 2023 12:42:59 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsPython.py
r99343 r99647 1868 1868 Generic C++/C statement. 1869 1869 """ 1870 def __init__(self, sCode, fDecode , sName = 'C++'):1870 def __init__(self, sCode, fDecode = True, sName = 'C++'): 1871 1871 McStmt.__init__(self, sName, [sCode,]); 1872 1872 self.fDecode = fDecode;
Note:
See TracChangeset
for help on using the changeset viewer.