From 57dba20b293c5eb10be9a8a55df674b44432336b Mon Sep 17 00:00:00 2001 From: lgao4 Date: Fri, 12 Dec 2008 08:51:57 +0000 Subject: [PATCH] Change EFI_OPTIONAL_POINTER to EFI_OPTIONAL_PTR git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7015 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/RuntimeDxe/Runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Core/RuntimeDxe/Runtime.c b/MdeModulePkg/Core/RuntimeDxe/Runtime.c index 98134c21b7..8fdc6fad9d 100644 --- a/MdeModulePkg/Core/RuntimeDxe/Runtime.c +++ b/MdeModulePkg/Core/RuntimeDxe/Runtime.c @@ -151,7 +151,7 @@ RuntimeDriverConvertPointer ( // If this is a null pointer, return if it's allowed // if (Address == 0) { - if ((DebugDisposition & EFI_OPTIONAL_POINTER) != 0) { + if ((DebugDisposition & EFI_OPTIONAL_PTR) != 0) { return EFI_SUCCESS; } -- 2.39.2