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:
qwang12 2007-10-24 11:22:34 +00:00
parent c47e45a6c2
commit fb8749d0af
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ PeimInitializeDxeIpl (
}
}
} else {
ASSERT_EFI_ERROR (FALSE);
ASSERT (FALSE);
}
}