X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FX86Thunk.c;h=dac1d19374f565f56d03c0486b8bf4c8acd09913;hb=1445300f51db390f1e19dddbd8ab3768ff1b699e;hp=ae223b3163d07b22f80b49e914dbcfcb21873d29;hpb=6088db38029ac2c70587d687b41d7b1236b3e094;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/X86Thunk.c b/MdePkg/Library/BaseLib/X86Thunk.c index ae223b3163..dac1d19374 100644 --- a/MdePkg/Library/BaseLib/X86Thunk.c +++ b/MdePkg/Library/BaseLib/X86Thunk.c @@ -1,7 +1,7 @@ /** @file Real Mode Thunk Functions for IA32 and x64. - Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2012, 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 @@ -99,7 +99,7 @@ AsmGetThunk16Properties ( VOID EFIAPI AsmPrepareThunk16 ( - OUT THUNK_CONTEXT *ThunkContext + IN OUT THUNK_CONTEXT *ThunkContext ) { IA32_SEGMENT_DESCRIPTOR *RealModeGdt;