mirror of https://github.com/acidanthera/audk.git
Fix build broken issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2496 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ce8bd86e8f
commit
affd605871
|
@ -1088,6 +1088,7 @@ UnixBlockIoReadBlocks (
|
|||
This->Media->MediaPresent = TRUE;
|
||||
Status = EFI_SUCCESS;
|
||||
|
||||
Done:
|
||||
gBS->RestoreTPL (OldTpl);
|
||||
return Status;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue