Adjust the code so that global variable placed at beginning of file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8172 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
#include <FrameworkModuleBase.h>
|
||||
#include <DebugInfo.h>
|
||||
|
||||
extern EFI_REPORT_STATUS_CODE mReportStatusCode;
|
||||
|
||||
/**
|
||||
Locate he report status code service.
|
||||
@ -129,7 +130,5 @@ InternalReportStatusCodeEx (
|
||||
IN UINTN ExtendedDataSize
|
||||
);
|
||||
|
||||
extern EFI_REPORT_STATUS_CODE mReportStatusCode;
|
||||
|
||||
#endif // __REPORT_STATUS_CODE_LIB_INTERNAL__H
|
||||
|
||||
|
Reference in New Issue
Block a user