Merge trunk HEAD (r46369)
[reactos.git] / reactos / drivers / base / bootvid / i386 / bootvid.c
index f6dce1c..3d0ae50 100644 (file)
@@ -394,6 +394,7 @@ VidInitialize(IN BOOLEAN SetMode)
         {
             /* Translate the VGA Memory Address */
             VgaAddress.LowPart = 0xA0000;
+            VgaAddress.HighPart = 0;
             AddressSpace = 0;
             Result = HalFindBusAddressTranslation(VgaAddress,
                                                   &AddressSpace,