Revision: 14589 http://sourceforge.net/p/edk2/code/14589 Author: niruiyu Date: 2013-08-22 05:55:29 +0000 (Thu, 22 Aug 2013) Log Message: ----------- Fix DuetPkg build failure after adding the new reset type EfiResetPlatformSpecific.
Signed-off-by: Ruiyu Ni <ruiyu...@intel.com> Modified Paths: -------------- trunk/edk2/DuetPkg/AcpiResetDxe/Reset.c Modified: trunk/edk2/DuetPkg/AcpiResetDxe/Reset.c =================================================================== --- trunk/edk2/DuetPkg/AcpiResetDxe/Reset.c 2013-08-22 05:44:23 UTC (rev 14588) +++ trunk/edk2/DuetPkg/AcpiResetDxe/Reset.c 2013-08-22 05:55:29 UTC (rev 14589) @@ -138,6 +138,9 @@ // IoWrite8 (0x64, 0xfe); CpuDeadLoop (); + + default: + break; } // This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits