VirtualBox

Changeset 77714 in vbox


Ignore:
Timestamp:
Mar 15, 2019 7:58:02 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129359
Message:

VMM/HMSVM: VMM_INT_DECL for hmEmulateSvmMovTpr.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp

    r77280 r77714  
    5151 * @param   pCtx                Pointer to the guest-CPU context.
    5252 */
    53 int hmEmulateSvmMovTpr(PVMCPU pVCpu)
     53VMM_INT_DECL(int) hmEmulateSvmMovTpr(PVMCPU pVCpu)
    5454{
    5555    PCPUMCTX pCtx = &pVCpu->cpum.GstCtx;
  • trunk/src/VBox/VMM/include/HMInternal.h

    r77563 r77714  
    11321132#endif /* IN_RING0 */
    11331133
    1134 int hmEmulateSvmMovTpr(PVMCPU pVCpu);
     1134VMM_INT_DECL(int) hmEmulateSvmMovTpr(PVMCPU pVCpu);
    11351135
    11361136/** @} */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette