Fix the prediction warnings in EBC.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5195 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -769,7 +769,7 @@ EbcDebugSignalException (
|
||||
// If it's a fatal exception, then flag it in the VM context in case an
|
||||
// attached debugger tries to return from it.
|
||||
//
|
||||
if (ExceptionFlags & EXCEPTION_FLAG_FATAL) {
|
||||
if ((ExceptionFlags & EXCEPTION_FLAG_FATAL) != 0) {
|
||||
VmPtr->StopFlags |= STOPFLAG_APP_DONE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user