]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix the bug that definition of EFI_DISPATCH_OPROM_TABLE does not follow Framework...
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 17 Jun 2010 05:51:31 +0000 (05:51 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 17 Jun 2010 05:51:31 +0000 (05:51 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10588 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Protocol/LegacyBios.h

index 376f953118aac1d6b1dd4968fc0488a56c4343df..88f598044a5c886d5e81be81c7b071dd9e1a8b9d 100644 (file)
@@ -357,7 +357,7 @@ typedef struct {
   UINT8   NumberBbsEntries;             ///< The number of valid BBS table entries upon entry and exit. The IBV code may\r
                                         ///< increase this number, if BBS-compliant devices also hook INTs in order to force the\r
                                         ///< OpROM BIOS Setup to be executed.\r
-  VOID    *BbsTablePointer;             ///< A pointer to the BBS table.\r
+  UINT32  BbsTablePointer;              ///< A pointer to the BBS table.\r
   UINT16  RuntimeSegment;               ///< The segment where the OpROM can be relocated to. If this value is 0x0000, this\r
                                         ///< means that the relocation of this run time code is not supported.\r
                                         ///< Inconsistent with specification here: \r