- Timestamp:
- Sep 28, 2013 3:54:56 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c
r48749 r48752 842 842 VBoxLogFlowFuncMarkVar(pszFolder,"%s"); 843 843 844 Status = gBS->HandleProtocol(Handle, &gEfiSimpleFileSystemProtocolGuid, &Volume);844 Status = gBS->HandleProtocol(Handle, &gEfiSimpleFileSystemProtocolGuid, (VOID **)&Volume); 845 845 VBoxLogFlowFuncMarkRC(Status); 846 846 if (!EFI_ERROR(Status)) {
Note:
See TracChangeset
for help on using the changeset viewer.