summaryrefslogtreecommitdiff
path: root/EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.c
diff options
context:
space:
mode:
Diffstat (limited to 'EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.c')
-rw-r--r--EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.c2
1 files changed, 1 insertions, 1 deletions
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
);