summaryrefslogtreecommitdiff
path: root/InOsEmuPkg/EmuSimpleFileSystemDxe
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-23 15:23:39 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-23 15:23:39 +0000
commit54e0b04c74a1e55ccfd3b428415eb419b975de8b (patch)
tree733bb7a9e6b7adf2289f4d4a96877ecd0042e7d1 /InOsEmuPkg/EmuSimpleFileSystemDxe
parent27f6b4f86969dd11c73fb9c4a6ea2de422c48311 (diff)
downloadedk2-platforms-54e0b04c74a1e55ccfd3b428415eb419b975de8b.tar.xz
InOsEmuPkg/Unix: Fix build issues for GCC44 IA32
Signed-off-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11880 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'InOsEmuPkg/EmuSimpleFileSystemDxe')
-rw-r--r--InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c b/InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c
index ba03261433..551b54332c 100644
--- a/InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c
+++ b/InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c
@@ -489,6 +489,8 @@ EmuSimpleFileSystemOpenVolume (
EMU_EFI_FILE_PRIVATE *PrivateFile;
EFI_TPL OldTpl;
+ Status = EFI_UNSUPPORTED;
+
if (This == NULL || Root == NULL) {
return EFI_INVALID_PARAMETER;
}