Skip to content

Commit

Permalink
Fix DuetPkg build failure after adding the new reset type EfiResetPla…
Browse files Browse the repository at this point in the history
…tformSpecific.

Signed-off-by: Ruiyu Ni <[email protected]>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14589 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
niruiyu authored and niruiyu committed Aug 22, 2013
1 parent 04492de commit f34ac84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DuetPkg/AcpiResetDxe/Reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ EfiAcpiResetSystem (
//
IoWrite8 (0x64, 0xfe);
CpuDeadLoop ();

default:
break;
}

//
Expand Down

0 comments on commit f34ac84

Please sign in to comment.