]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/ReadGs.asm
1. Updated function headers in all assembly files.
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / ReadGs.asm
index 02d140e670853189a28b85532c49b7325d957854..bc5de7691b2db7f9979465e22201707be6382ef0 100644 (file)
@@ -31,7 +31,7 @@
 ;   );\r
 ;------------------------------------------------------------------------------\r
 AsmReadGs   PROC\r
-    mov     ax, gs\r
+    mov     eax, gs\r
     ret\r
 AsmReadGs   ENDP\r
 \r