]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/SwapBytes64.asm
1. Updated function headers in all assembly files.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / SwapBytes64.asm
index 72e366bd4d05c3a06ecca93abb44e385b218cdad..186d094eee0fad84bc2d351ff4a2a2d5611acc7d 100644 (file)
 ;\r
 ;------------------------------------------------------------------------------\r
 \r
-    .586P\r
+    .586\r
     .model  flat,C\r
     .code\r
 \r
+;------------------------------------------------------------------------------\r
+; UINT64\r
+; EFIAPI\r
+; InternalMathSwapBytes64 (\r
+;   IN      UINT64                    Operand\r
+;   );\r
+;------------------------------------------------------------------------------\r
 InternalMathSwapBytes64 PROC\r
     mov     eax, [esp + 8]\r
     mov     edx, [esp + 4]\r