VirtualBox

Changeset 57564 in vbox


Ignore:
Timestamp:
Aug 27, 2015 1:25:18 PM (9 years ago)
Author:
vboxsync
Message:

VMM: unused var.

File:
1 edited

Legend:

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

    r57429 r57564  
    18471847     * Limit and Base and format the output.
    18481848     */
    1849     uint32_t    u32Limit = X86DESC_LIMIT_G(pDesc);
     1849#ifdef LOG_ENABLED
     1850    uint32_t u32Limit = X86DESC_LIMIT_G(pDesc);
    18501851
    18511852# if HC_ARCH_BITS == 64
     
    18581859         Sel, pDesc->au32[0], pDesc->au32[1], u32Base, u32Limit, pDesc->Gen.u2Dpl, szMsg));
    18591860# endif
     1861#endif
    18601862}
    18611863
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