VirtualBox

Ignore:
Timestamp:
Feb 4, 2024 8:47:24 PM (13 months ago)
Author:
vboxsync
Message:

VMM/IEM: Better code. bugref:10372

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp

    r103188 r103189  
    18131813    pCall->cbOpcode    = cbInstr;
    18141814    pCall->auParams[0] = (uint32_t)cbInstr
    1815                        | ((pVCpu->iem.s.fExec & UINT32_C(0xffffff)) << 8) /* liveness: Enough of fExec for IEM_F_MODE_X86_IS_FLAT. */
     1815                       | (uint32_t)(pVCpu->iem.s.fExec << 8) /* liveness: Enough of fExec for IEM_F_MODE_X86_IS_FLAT. */
    18161816                       /* The upper dword is sometimes used for cbStartPage. */;
    18171817    pCall->auParams[1] = idxRange;
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