VirtualBox

Changeset 45555 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Apr 15, 2013 3:17:04 PM (12 years ago)
Author:
vboxsync
Message:

nits

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/HM.cpp

    r45533 r45555  
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
     17
    1718
    1819/*******************************************************************************
     
    5051#include <iprt/env.h>
    5152#include <iprt/thread.h>
     53
    5254
    5355/*******************************************************************************
     
    280282        if ((disallowed0) & (featflag)) \
    281283            LogRel(("HM:    " #featflag " *must* be set\n")); \
    282     } while(0)
     284    } while (0)
    283285
    284286#define VMX_REPORT_CAPABILITY(msrcaps, cap) \
     
    286288        if ((msrcaps) & (cap)) \
    287289            LogRel(("HM:    " #cap "\n")); \
    288     } while(0)
     290    } while (0)
     291
    289292
    290293/*******************************************************************************
     
    296299static int hmR3InitFinalizeR0(PVM pVM);
    297300static int hmR3TermCPU(PVM pVM);
     301
    298302
    299303
  • trunk/src/VBox/VMM/VMMR3/SELM.cpp

    r45533 r45555  
    483483         * Update shadow GDT/LDT/TSS write access handlers.
    484484         */
    485         int rc;
     485        int rc; NOREF(rc);
    486486#ifdef SELM_TRACK_SHADOW_GDT_CHANGES
    487487        if (pVM->selm.s.paGdtRC != NIL_RTRCPTR)
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