]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcInt.c
Fix the prediction warnings in EBC.
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcInt.c
index b3fe0d5e4fc8dac152751c22b548038d2ba8875d..f48176ef1bcc8fb9f0889d25f9b2782c29f70216 100644 (file)
@@ -769,7 +769,7 @@ EbcDebugSignalException (
   // If it's a fatal exception, then flag it in the VM context in case an\r
   // attached debugger tries to return from it.\r
   //\r
-  if (ExceptionFlags & EXCEPTION_FLAG_FATAL) {\r
+  if ((ExceptionFlags & EXCEPTION_FLAG_FATAL) != 0) {\r
     VmPtr->StopFlags |= STOPFLAG_APP_DONE;\r
   }\r
 \r