diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-09 02:09:56 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-09 02:09:56 +0000 |
commit | 224beee0fa29b9b10cda6c1d25307371368a1040 (patch) | |
tree | f9e560f7906e25008273342cdbb687881fed8a1b /PerformancePkg | |
parent | 13fd0d50b5f53a6a3cc0b294593ef8500cd9b985 (diff) | |
download | edk2-platforms-224beee0fa29b9b10cda6c1d25307371368a1040.tar.xz |
Fix tracker for build error.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11014 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PerformancePkg')
-rw-r--r-- | PerformancePkg/Dp_App/DpTrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PerformancePkg/Dp_App/DpTrace.c b/PerformancePkg/Dp_App/DpTrace.c index 2b9016f38d..3799af482e 100644 --- a/PerformancePkg/Dp_App/DpTrace.c +++ b/PerformancePkg/Dp_App/DpTrace.c @@ -479,7 +479,7 @@ ProcessHandles( HandleBuffer = AllocatePool (Size);
ASSERT (HandleBuffer != NULL);
if (HandleBuffer == NULL) {
- return;
+ return Status;
}
Status = gBS->LocateHandle (AllHandles, NULL, NULL, &Size, HandleBuffer);
}
|