diff --git a/EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.c b/EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.c index 623544508c..401141be69 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 );