]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/CpuFlushTlb.asm
1. Updated function headers in all assembly files.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuFlushTlb.asm
index de87ad75e9f55946f85d6a812eccdfe3f25bfd7c..367412403e1bdb3c448ade927854e55dfe32561f 100644 (file)
@@ -21,7 +21,7 @@
 ;------------------------------------------------------------------------------\r
 \r
     .386p\r
-    .model  flat\r
+    .model  flat,C\r
     .code\r
 \r
 ;------------------------------------------------------------------------------\r
 ;   VOID\r
 ;   );\r
 ;------------------------------------------------------------------------------\r
-_CpuFlushTlb    PROC\r
+CpuFlushTlb PROC\r
     mov     eax, cr3\r
     mov     cr3, eax\r
     ret\r
-_CpuFlushTlb    ENDP\r
+CpuFlushTlb ENDP\r
 \r
     END\r