1. Removed #ifndef to enable Capsule architecture protocol on IPF.

2. Added ASSERT (FLASE) in SwitchStack ().
3. Removed unreached branch from UefiNotTiano.c.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2510 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2007-03-28 03:28:13 +00:00
parent 1f74094161
commit 0f6b6f755b
3 changed files with 6 additions and 18 deletions

View File

@@ -58,5 +58,8 @@ SwitchStack (
InternalSwitchStack (EntryPoint, Context1, Context2, NewStack, Marker);
VA_END (Marker);
//
// InternalSwitchStack () will never return
//
ASSERT (FALSE);
}