VirtualBox

Changeset 21251 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 6, 2009 1:19:43 PM (16 years ago)
Author:
vboxsync
Message:

emR3SingleStepExecRem shouldn't be static

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/EM.cpp

    r21222 r21251  
    9090DECLINLINE(int) emR3RawExecuteInstruction(PVM pVM, PVMCPU pVCpu, const char *pszPrefix, int rcGC = VINF_SUCCESS);
    9191int emR3HighPriorityPostForcedActions(PVM pVM, PVMCPU pVCpu, int rc);
    92 static int emR3SingleStepExecRem(PVM pVM, uint32_t cIterations);
    9392
    9493
     
    10081007#ifdef DEBUG
    10091008
    1010 static int emR3SingleStepExecRem(PVM pVM, PVMCPU pVCpu, uint32_t cIterations)
     1009int emR3SingleStepExecRem(PVM pVM, PVMCPU pVCpu, uint32_t cIterations)
    10111010{
    10121011    EMSTATE  enmOldState = pVCpu->em.s.enmState;
  • trunk/src/VBox/VMM/EMInternal.h

    r21222 r21251  
    419419int     emR3RawResumeHyper(PVM pVM, PVMCPU pVCpu);
    420420int     emR3RawStep(PVM pVM, PVMCPU pVCpu);
     421int     emR3SingleStepExecRem(PVM pVM, PVMCPU pVCpu, uint32_t cIterations);
    421422
    422423RT_C_DECLS_END
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