]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/FxRestore.S
sync comments.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / FxRestore.S
index 600b1d7cc86cfa50c0ab485e577944ef88fba353..bda14dd15eb43235259c794a30d1b48722c74fea 100644 (file)
@@ -31,6 +31,6 @@
 #   );\r
 #------------------------------------------------------------------------------\r
 ASM_PFX(InternalX86FxRestore):\r
-    movl    4(%esp), %eax\r
+    movl    4(%esp), %eax               # Buffer must be 16-byte aligned\r
     fxrstor (%eax)\r
     ret\r