VirtualBox

Changeset 106432 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Oct 17, 2024 11:30:41 AM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165251
Message:

VMM/IEM: Reduced the arguments for iemNativeEmitStackPushRip and eliminated some unused 'push sreg' code from a copy&paste. bugref:10720

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompFuncs.h

    r106431 r106432  
    15771577                          uintptr_t pfnFunction, uint8_t idxInstr)
    15781578{
     1579    AssertCompile(a_cBitsVar == 16 || a_cBitsVar  == 32 || a_cBitsVar  == 64);
     1580    AssertCompile(a_cBitsFlat == 0 || a_cBitsFlat == 32 || a_cBitsFlat == 64);
     1581
    15791582    /*
    15801583     * Assert sanity.
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