Revision: 14014
http://edk2.svn.sourceforge.net/edk2/?rev=14014&view=rev
Author: andrewfish
Date: 2012-12-22 00:44:04 +0000 (Sat, 22 Dec 2012)
Log Message:
-----------
Fix structure init issues.
signed-off-by:[email protected]
Modified Paths:
--------------
trunk/edk2/EmulatorPkg/Library/EmuBdsLib/BdsPlatform.h
trunk/edk2/EmulatorPkg/Library/EmuBdsLib/PlatformData.c
Modified: trunk/edk2/EmulatorPkg/Library/EmuBdsLib/BdsPlatform.h
===================================================================
--- trunk/edk2/EmulatorPkg/Library/EmuBdsLib/BdsPlatform.h 2012-12-21
18:19:41 UTC (rev 14013)
+++ trunk/edk2/EmulatorPkg/Library/EmuBdsLib/BdsPlatform.h 2012-12-22
00:44:04 UTC (rev 14014)
@@ -42,8 +42,10 @@
{ \
END_DEVICE_PATH_TYPE,\
END_ENTIRE_DEVICE_PATH_SUBTYPE,\
- END_DEVICE_PATH_LENGTH,\
- 0\
+ { \
+ END_DEVICE_PATH_LENGTH,\
+ 0\
+ }\
}
Modified: trunk/edk2/EmulatorPkg/Library/EmuBdsLib/PlatformData.c
===================================================================
--- trunk/edk2/EmulatorPkg/Library/EmuBdsLib/PlatformData.c 2012-12-21
18:19:41 UTC (rev 14013)
+++ trunk/edk2/EmulatorPkg/Library/EmuBdsLib/PlatformData.c 2012-12-22
00:44:04 UTC (rev 14014)
@@ -32,6 +32,7 @@
0
},
{
+ {
HARDWARE_DEVICE_PATH,
HW_VENDOR_DP,
{
@@ -39,7 +40,8 @@
(UINT8) ((sizeof (EMU_VENDOR_DEVICE_PATH_NODE)) >> 8)
},
EMU_GRAPHICS_WINDOW_PROTOCOL_GUID,
- 0
+ },
+ 0
},
gEndEntire
};
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits