summaryrefslogtreecommitdiff
path: root/Tools/Conf
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Conf')
-rw-r--r--Tools/Conf/Migration/R8Lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Conf/Migration/R8Lib.c b/Tools/Conf/Migration/R8Lib.c
index def15902d6..c705187219 100644
--- a/Tools/Conf/Migration/R8Lib.c
+++ b/Tools/Conf/Migration/R8Lib.c
@@ -1013,7 +1013,7 @@ Returns:
}
GuidHob.Raw = GetNextGuidHob (Guid, *HobStart);
- if (GuidHob == NULL) {
+ if (GuidHob.Raw == NULL) {
return EFI_NOT_FOUND;
}