]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/CpuPause.asm
Remove additional / or \ in relative path.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuPause.asm
index 79a4f2f67bc369330fe59d122d02ae5b0e04e689..4c7135fc9ca35afeb8a37a6e59b522a50c622a08 100644 (file)
@@ -21,7 +21,7 @@
 ;------------------------------------------------------------------------------\r
 \r
     .686\r
-    .model  flat\r
+    .model  flat,C\r
     .xmm\r
     .code\r
 \r
@@ -32,9 +32,9 @@
 ;   VOID\r
 ;   );\r
 ;------------------------------------------------------------------------------\r
-_CpuPause   PROC\r
+CpuPause    PROC\r
     pause\r
     ret\r
-_CpuPause   ENDP\r
+CpuPause    ENDP\r
 \r
     END\r