summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/UefiRuntimeLib.h
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2006-10-23 06:10:44 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2006-10-23 06:10:44 +0000
commitf81f558de809885a0ea83427649bfe2424571256 (patch)
tree7b2962910a7a860d343cee725296fd02fffbcb5d /MdePkg/Include/Library/UefiRuntimeLib.h
parent3fc556d6659e092eb3edb8f2ad16da8b41c9d061 (diff)
Follow up tracker EDKT285.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1826 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/UefiRuntimeLib.h')
-rw-r--r--MdePkg/Include/Library/UefiRuntimeLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/UefiRuntimeLib.h b/MdePkg/Include/Library/UefiRuntimeLib.h
index f98f52eeb..921b95954 100644
--- a/MdePkg/Include/Library/UefiRuntimeLib.h
+++ b/MdePkg/Include/Library/UefiRuntimeLib.h
@@ -249,7 +249,7 @@ EFI_STATUS
EFIAPI
EfiConvertPointer (
IN UINTN DebugDisposition,
- IN OUT VOID *Address
+ IN OUT VOID **Address
);