VirtualBox

Changeset 103351 in vbox


Ignore:
Timestamp:
Feb 14, 2024 12:51:58 PM (10 months ago)
Author:
vboxsync
Message:

VMM/IEM: Only need an uint8_t type for the extended 8-bit grp references (max value is 19). Parfait bugref:3409 bugref:10370

File:
1 edited

Legend:

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

    r103350 r103351  
    12501250            if oStmt.sName.startswith('IEM_MC_') and oStmt.sName.find('_GREG_U8') > 0:
    12511251                (idxReg, sOrgRef, sStdRef) = self.analyze8BitGRegStmt(oStmt);
    1252                 self.aoParamRefs.append(ThreadedParamRef(sOrgRef, 'uint16_t', oStmt, idxReg, sStdRef = sStdRef));
     1252                self.aoParamRefs.append(ThreadedParamRef(sOrgRef, 'uint8_t', oStmt, idxReg, sStdRef = sStdRef));
    12531253                aiSkipParams[idxReg] = True; # Skip the parameter below.
    12541254
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