diff options
Diffstat (limited to 'UnixPkg/Library/UnixBaseLib/X64/Thunk16.asm')
-rw-r--r-- | UnixPkg/Library/UnixBaseLib/X64/Thunk16.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UnixPkg/Library/UnixBaseLib/X64/Thunk16.asm b/UnixPkg/Library/UnixBaseLib/X64/Thunk16.asm index 459966a43f..829df1c2a0 100644 --- a/UnixPkg/Library/UnixBaseLib/X64/Thunk16.asm +++ b/UnixPkg/Library/UnixBaseLib/X64/Thunk16.asm @@ -3,7 +3,7 @@ ;------------------------------------------------------------------------------
;
-; Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
+; Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
; 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
@@ -105,7 +105,7 @@ _ThunkAttr DD ? or al, 2
out 92h, al ; deactivate A20M#
@2:
- mov eax, ss
+ mov ax, ss
lea bp, [esp + sizeof (IA32_REGS)]
;
; rsi in the following 2 instructions is indeed bp in 16-bit code
|