diff options
Diffstat (limited to 'UefiCpuPkg/CpuDxe/Ia32/CpuAsm.S')
-rwxr-xr-x | UefiCpuPkg/CpuDxe/Ia32/CpuAsm.S | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/UefiCpuPkg/CpuDxe/Ia32/CpuAsm.S b/UefiCpuPkg/CpuDxe/Ia32/CpuAsm.S index 69fe215637..a2de6cb5a9 100755 --- a/UefiCpuPkg/CpuDxe/Ia32/CpuAsm.S +++ b/UefiCpuPkg/CpuDxe/Ia32/CpuAsm.S @@ -5,7 +5,7 @@ #------------------------------------------------------------------------------ #* -#* Copyright 2006 - 2009, Intel Corporation +#* Copyright 2006 - 2011, Intel Corporation #* All rights reserved. This program and the accompanying materials #* are licensed and made available under the terms and conditions of the BSD License #* which accompanies this distribution. The full text of the license may be found at @@ -291,6 +291,9 @@ ErrorCodeAndVectorOnStack: mov edi, esp .byte 0x0f, 0x0ae, 0x07 #fxsave [edi] +#; UEFI calling convention for IA32 requires that Direction flag in EFLAGs is clear + cld + #; UINT32 ExceptionData; push dword ptr [ebp + 2 * 4] |