VirtualBox

Changeset 57445 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Aug 18, 2015 5:01:50 PM (9 years ago)
Author:
vboxsync
Message:

static

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r57429 r57445  
    21882188 *                          out-of-date guest-CPU context).
    21892189 */
    2190 DECLCALLBACK(int) hmR0SvmCallRing3Callback(PVMCPU pVCpu, VMMCALLRING3 enmOperation, void *pvUser)
     2190static DECLCALLBACK(int) hmR0SvmCallRing3Callback(PVMCPU pVCpu, VMMCALLRING3 enmOperation, void *pvUser)
    21912191{
    21922192    if (enmOperation == VMMCALLRING3_VM_R0_ASSERTION)
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r57429 r57445  
    72187218 *                          fields before using them.
    72197219 */
    7220 DECLCALLBACK(int) hmR0VmxCallRing3Callback(PVMCPU pVCpu, VMMCALLRING3 enmOperation, void *pvUser)
     7220static DECLCALLBACK(int) hmR0VmxCallRing3Callback(PVMCPU pVCpu, VMMCALLRING3 enmOperation, void *pvUser)
    72217221{
    72227222    if (enmOperation == VMMCALLRING3_VM_R0_ASSERTION)
Note: See TracChangeset for help on using the changeset viewer.

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