]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/CpuDeadLoop.c
Code scrub:
[mirror_edk2.git] / MdePkg / Library / BaseLib / CpuDeadLoop.c
index b2014c77af1739c233edc036fc7a5d7966f827b0..325be96d934ac23b98807a5d3fc1d9351ef236e1 100644 (file)
@@ -36,5 +36,5 @@ CpuDeadLoop (
 {\r
   volatile UINTN  Index;\r
 \r
-  for (Index = 0; Index == 0;);\r
+  for (Index = 0; 0 == Index;);\r
 }\r