- Timestamp:
- Jul 6, 2009 8:41:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EMHwaccm.cpp
r21222 r21241 228 228 case OP_XCHG: 229 229 STAM_PROFILE_START(&pVCpu->em.s.StatMiscEmu, a); 230 rc = EMInterpretInstructionCPU(pVM, &Cpu, CPUMCTX2CORE(pCtx), 0, &size);230 rc = EMInterpretInstructionCPU(pVM, pVCpu, &Cpu, CPUMCTX2CORE(pCtx), 0, &size); 231 231 if (RT_SUCCESS(rc)) 232 232 {
Note:
See TracChangeset
for help on using the changeset viewer.