VirtualBox

Changeset 100592 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 15, 2023 9:25:00 AM (17 months ago)
Author:
vboxsync
Message:

VMM/IEM: doxygen fix. bugref:10369

File:
1 edited

Legend:

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

    r100591 r100592  
    53765376 *
    53775377 * @param   pVCpu               The cross context virtual CPU structure of the calling thread.
     5378 * @param   uFpuOpcode          The FPU opcode value.
    53785379 */
    53795380void iemFpuStackPushOverflow(PVMCPUCC pVCpu, uint16_t uFpuOpcode) RT_NOEXCEPT
     
    53915392 * @param   iEffSeg             The effective memory operand selector register.
    53925393 * @param   GCPtrEff            The effective memory operand offset.
     5394 * @param   uFpuOpcode          The FPU opcode value.
    53935395 */
    53945396void iemFpuStackPushOverflowWithMemOp(PVMCPUCC pVCpu, uint8_t iEffSeg, RTGCPTR GCPtrEff, uint16_t uFpuOpcode) RT_NOEXCEPT
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