Changeset 77714 in vbox
- Timestamp:
- Mar 15, 2019 7:58:02 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129359
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp
r77280 r77714 51 51 * @param pCtx Pointer to the guest-CPU context. 52 52 */ 53 inthmEmulateSvmMovTpr(PVMCPU pVCpu)53 VMM_INT_DECL(int) hmEmulateSvmMovTpr(PVMCPU pVCpu) 54 54 { 55 55 PCPUMCTX pCtx = &pVCpu->cpum.GstCtx; -
trunk/src/VBox/VMM/include/HMInternal.h
r77563 r77714 1132 1132 #endif /* IN_RING0 */ 1133 1133 1134 inthmEmulateSvmMovTpr(PVMCPU pVCpu);1134 VMM_INT_DECL(int) hmEmulateSvmMovTpr(PVMCPU pVCpu); 1135 1135 1136 1136 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.