]> 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 a40a6467e8535436bb3a83fcad6b82a81ec6a5cd..6c0dac7a81484d1fc036faafca9e8d921ef28df1 100644 (file)
 \r
 **/\r
 \r
-//\r
-// Include common header file for this module.\r
-//\r
 \r
 \r
+#include <Base.h>\r
+#include <Library/BaseLib.h>\r
+\r
 /**\r
   Executes an infinite loop.\r
 \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