]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Change EFI_OPTIONAL_POINTER to EFI_OPTIONAL_PTR
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 12 Dec 2008 08:51:57 +0000 (08:51 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 12 Dec 2008 08:51:57 +0000 (08:51 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7015 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/RuntimeDxe/Runtime.c

index 98134c21b7b8b0bd5fedcaf07424cf3173314c47..8fdc6fad9dd5c5163c21f9b8976051ecaa194c2c 100644 (file)
@@ -151,7 +151,7 @@ RuntimeDriverConvertPointer (
   // If this is a null pointer, return if it's allowed\r
   //\r
   if (Address == 0) {\r
-    if ((DebugDisposition & EFI_OPTIONAL_POINTER) != 0) {\r
+    if ((DebugDisposition & EFI_OPTIONAL_PTR) != 0) {\r
       return EFI_SUCCESS;\r
     }\r
 \r