From f2a74dae14fd1e414dbb607f3b5654f2cce332ee Mon Sep 17 00:00:00 2001 From: andrewfish Date: Fri, 15 Jul 2011 19:01:16 +0000 Subject: EmulatorPkg: Fix bug with missing &. Causes a link failure on TOT clang. signed-off-by: andrewfish git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12021 6f19259b-4bc3-4df7-8a09-765794883524 --- EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EmulatorPkg') diff --git a/EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.c b/EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.c index 623544508..401141be6 100644 --- a/EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.c +++ b/EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.c @@ -404,7 +404,7 @@ EmuBusDriverBindingStop ( Status = gBS->UninstallMultipleProtocolInterfaces ( EmuDevice->Handle, &gEfiDevicePathProtocolGuid, EmuDevice->DevicePath, - &gEmuIoThunkProtocolGuid, EmuDevice->EmuIoThunk, + &gEmuIoThunkProtocolGuid, &EmuDevice->EmuIoThunk, NULL ); -- cgit v1.2.3