VirtualBox

Ignore:
Timestamp:
Oct 24, 2008 5:51:25 PM (16 years ago)
Author:
vboxsync
Message:

EMAll.cpp: doxygen.

File:
1 edited

Legend:

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

    r13565 r13566  
    12691269
    12701270#ifndef IN_GC
    1271 /*
     1271/**
    12721272 * [REP] STOSWD emulation
    1273  *
    12741273 */
    12751274static int emInterpretStosWD(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize)
     
    14051404    return rc;
    14061405}
    1407 #endif
    1408 
     1406#endif /* !IN_GC */
     1407
     1408#ifndef IN_GC
    14091409
    14101410/**
    14111411 * [LOCK] CMPXCHG emulation.
    14121412 */
    1413 #ifndef IN_GC
    14141413static int emInterpretCmpXchg(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize)
    14151414{
     
    14751474}
    14761475
    1477 /*
     1476
     1477/**
    14781478 * [LOCK] CMPXCHG8B emulation.
    14791479 */
     
    15291529
    15301530#else /* IN_GC */
     1531
     1532/**
     1533 * [LOCK] CMPXCHG emulation.
     1534 */
    15311535static int emInterpretCmpXchg(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize)
    15321536{
     
    16011605}
    16021606
    1603 /*
     1607
     1608/**
    16041609 * [LOCK] CMPXCHG8B emulation.
    16051610 */
     
    16611666    return VERR_EM_INTERPRETER;
    16621667}
     1668
    16631669#endif /* IN_GC */
    16641670
    1665 
     1671#ifdef IN_GC
    16661672/**
    16671673 * [LOCK] XADD emulation.
    16681674 */
    1669 #ifdef IN_GC
    16701675static int emInterpretXAdd(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize)
    16711676{
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