]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/CpuDeadLoop.c
according to IA32 intel architecture spec, mwait instuction needs not the operands.
[mirror_edk2.git] / MdePkg / Library / BaseLib / CpuDeadLoop.c
index a870005b1f5bc80507ca72a42f3b26967e9b7e59..bf40c2dd8c8da3c578a61691e63e816e497dda06 100644 (file)
@@ -34,5 +34,5 @@ CpuDeadLoop (
 {\r
   volatile UINTN  Index;\r
 \r
-  for (Index = 0; 0 == Index;);\r
+  for (Index = 0; Index == 0;);\r
 }\r