mirror of https://github.com/acidanthera/audk.git
ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4207 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c47e45a6c2
commit
fb8749d0af
|
@ -130,7 +130,7 @@ PeimInitializeDxeIpl (
|
|||
}
|
||||
}
|
||||
} else {
|
||||
ASSERT_EFI_ERROR (FALSE);
|
||||
ASSERT (FALSE);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue