Changeset 21251 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 6, 2009 1:19:43 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r21222 r21251 90 90 DECLINLINE(int) emR3RawExecuteInstruction(PVM pVM, PVMCPU pVCpu, const char *pszPrefix, int rcGC = VINF_SUCCESS); 91 91 int emR3HighPriorityPostForcedActions(PVM pVM, PVMCPU pVCpu, int rc); 92 static int emR3SingleStepExecRem(PVM pVM, uint32_t cIterations);93 92 94 93 … … 1008 1007 #ifdef DEBUG 1009 1008 1010 staticint emR3SingleStepExecRem(PVM pVM, PVMCPU pVCpu, uint32_t cIterations)1009 int emR3SingleStepExecRem(PVM pVM, PVMCPU pVCpu, uint32_t cIterations) 1011 1010 { 1012 1011 EMSTATE enmOldState = pVCpu->em.s.enmState; -
trunk/src/VBox/VMM/EMInternal.h
r21222 r21251 419 419 int emR3RawResumeHyper(PVM pVM, PVMCPU pVCpu); 420 420 int emR3RawStep(PVM pVM, PVMCPU pVCpu); 421 int emR3SingleStepExecRem(PVM pVM, PVMCPU pVCpu, uint32_t cIterations); 421 422 422 423 RT_C_DECLS_END
Note:
See TracChangeset
for help on using the changeset viewer.