[BOOTVID] Initialize VgaAddress.HighPart
authorDmitry Gorbachev <gorbachev@reactos.org>
Thu, 18 Feb 2010 23:25:05 +0000 (23:25 +0000)
committerDmitry Gorbachev <gorbachev@reactos.org>
Thu, 18 Feb 2010 23:25:05 +0000 (23:25 +0000)
svn path=/trunk/; revision=45614

reactos/drivers/base/bootvid/i386/bootvid.c

index 46770e2..c55ffc1 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,