Changeset 72983 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 8, 2018 4:15:47 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123535
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/EMHandleRCTmpl.h
r72634 r72983 261 261 262 262 case VINF_EM_HM_PATCH_TPR_INSTR: 263 rc = HMR3PatchTprInstr(pVM, pVCpu , &pVCpu->cpum.GstCtx);263 rc = HMR3PatchTprInstr(pVM, pVCpu); 264 264 break; 265 265 #endif -
trunk/src/VBox/VMM/include/HMInternal.h
r72967 r72983 1117 1117 1118 1118 # ifdef VBOX_STRICT 1119 VMMR0_INT_DECL(void) hmR0DumpRegs(PVMCPU pVCpu , PCPUMCTX pCtx);1119 VMMR0_INT_DECL(void) hmR0DumpRegs(PVMCPU pVCpu); 1120 1120 VMMR0_INT_DECL(void) hmR0DumpDescriptor(PCX86DESCHC pDesc, RTSEL Sel, const char *pszMsg); 1121 1121 # endif
Note:
See TracChangeset
for help on using the changeset viewer.