VirtualBox

Changeset 86252 in vbox


Ignore:
Timestamp:
Sep 23, 2020 7:06:31 PM (4 years ago)
Author:
vboxsync
Message:

Devices/Graphics: Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp

    r86251 r86252  
    642642#define SVGA_CASE_ID2STR(idx) case idx: return #idx
    643643
    644 #if defined(LOG_ENABLED) || defined(VBOX_STRICT)
     644#if defined(LOG_ENABLED)
    645645/**
    646646 * Index register string name lookup
     
    728728    }
    729729}
    730 #endif /* LOG_ENABLED || VBOX_STRICT */
    731 
    732 #if defined(IN_RING3) && defined(LOG_ENABLED)
     730#endif /* LOG_ENABLED */
     731
     732#if defined(IN_RING3) && (defined(LOG_ENABLED) || defined(VBOX_STRICT))
    733733/**
    734734 * FIFO command name lookup
     
    959959    }
    960960}
    961 #endif /* IN_RING3 && LOG_ENABLED */
     961#endif /* IN_RING3 && (LOG_ENABLED || VBOX_STRICT) */
    962962
    963963#ifdef IN_RING3
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