]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/CpuDeadLoop.c
remove unnecessary comments introduced by tools from MdePkg. The regular express...
[mirror_edk2.git] / MdePkg / Library / BaseLib / CpuDeadLoop.c
index 01810d17132723a77c7f6df4912faa0ffe223ed4..6c0dac7a81484d1fc036faafca9e8d921ef28df1 100644 (file)
 \r
 **/\r
 \r
-//\r
-// Include common header file for this module.\r
-//\r
-#include "CommonHeader.h"\r
+\r
+\r
+#include <Base.h>\r
+#include <Library/BaseLib.h>\r
 \r
 /**\r
   Executes an infinite loop.\r
@@ -34,5 +34,5 @@ CpuDeadLoop (
 {\r
   volatile UINTN  Index;\r
 \r
-  for (Index = 0; Index == 0;);\r
+  for (Index = 0; 0 == Index;);\r
 }\r