X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FFxRestore.asm;h=5def31170032f6ee9ac7e58b30b5204d448cc5f4;hp=9bcc6ac885c1abf281931b2aa7ae8155c20ad79b;hb=a9a812a0ed4ab3d83941fdc6da281aebdb9bb296;hpb=741fb364170375f89aa9c29488cc402db07a3776 diff --git a/MdePkg/Library/BaseLib/Ia32/FxRestore.asm b/MdePkg/Library/BaseLib/Ia32/FxRestore.asm index 9bcc6ac885..5def311700 100644 --- a/MdePkg/Library/BaseLib/Ia32/FxRestore.asm +++ b/MdePkg/Library/BaseLib/Ia32/FxRestore.asm @@ -34,7 +34,7 @@ ; ); ;------------------------------------------------------------------------------ InternalX86FxRestore PROC - mov eax, [esp + 4] + mov eax, [esp + 4] ; Buffer must be 16-byte aligned fxrstor [eax] ret InternalX86FxRestore ENDP