Changeset 53144 in vbox for trunk/src/VBox/Devices/EFI/Firmware
- Timestamp:
- Oct 24, 2014 2:16:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVga.c
r49098 r53144 898 898 { 899 899 DEBUG((DEBUG_INFO, "UGA is %a GOP is %a\n", 900 FeaturePcdGet(PcdSupport Gop) ? "on" : "off",901 FeaturePcdGet(PcdSupport Uga) ? "on" : "off"900 FeaturePcdGet(PcdSupportUga) ? "on" : "off", 901 FeaturePcdGet(PcdSupportGop) ? "on" : "off" 902 902 )); 903 903 }
Note:
See TracChangeset
for help on using the changeset viewer.