mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
A number of code locations use
ASSERT_EFI_ERROR (BooleanExpression)
instead of
ASSERT (BooleanExpression)
Fix them.
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| Compatibility | ||
| Foundation | ||
| Other/Maintained/Tools/Pccts | ||
| Sample | ||
| Contributions.txt | ||
| EdkCompatibilityPkg.dec | ||
| EdkCompatibilityPkg.dsc | ||
| License.txt | ||