Changeset 86252 in vbox
- Timestamp:
- Sep 23, 2020 7:06:31 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r86251 r86252 642 642 #define SVGA_CASE_ID2STR(idx) case idx: return #idx 643 643 644 #if defined(LOG_ENABLED) || defined(VBOX_STRICT)644 #if defined(LOG_ENABLED) 645 645 /** 646 646 * Index register string name lookup … … 728 728 } 729 729 } 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)) 733 733 /** 734 734 * FIFO command name lookup … … 959 959 } 960 960 } 961 #endif /* IN_RING3 && LOG_ENABLED*/961 #endif /* IN_RING3 && (LOG_ENABLED || VBOX_STRICT) */ 962 962 963 963 #ifdef IN_RING3
Note:
See TracChangeset
for help on using the changeset viewer.