Changeset 86251 in vbox
- Timestamp:
- Sep 23, 2020 6:17:25 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140522
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r86248 r86251 643 643 644 644 #if defined(LOG_ENABLED) || defined(VBOX_STRICT) 645 646 645 /** 647 646 * Index register string name lookup … … 729 728 } 730 729 } 731 732 # ifdef IN_RING3 730 #endif /* LOG_ENABLED || VBOX_STRICT */ 731 732 #if defined(IN_RING3) && defined(LOG_ENABLED) 733 733 /** 734 734 * FIFO command name lookup … … 959 959 } 960 960 } 961 # endif /* IN_RING3 */ 962 963 #endif /* LOG_ENABLED || VBOX_STRICT*/ 961 #endif /* IN_RING3 && LOG_ENABLED */ 962 964 963 #ifdef IN_RING3 965 964
Note:
See TracChangeset
for help on using the changeset viewer.