VirtualBox

Changeset 59214 in vbox


Ignore:
Timestamp:
Dec 22, 2015 5:02:59 PM (9 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: debug nit.

File:
1 edited

Legend:

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

    r59213 r59214  
    1021910219#  define RETURN_EXIT_CALL(a_CallExpr) \
    1022010220       do { \
    10221             /* int rc2 = hmR0VmxSaveGuestState(pVCpu, pMixedCtx); AssertRC(rc2); */ \
     10221            int rc2 = hmR0VmxSaveGuestState(pVCpu, pMixedCtx); AssertRC(rc2); \
    1022210222            VBOXSTRICTRC rcStrict = a_CallExpr; \
    10223             /* HMCPU_CF_SET(pVCpu, HM_CHANGED_ALL_GUEST); */ \
     10223            HMCPU_CF_SET(pVCpu, HM_CHANGED_ALL_GUEST); \
    1022410224            return rcStrict; \
    1022510225        } while (0)
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