Rename Protocol->Register() to Protocol->Install()
This commit is contained in:
@@ -603,5 +603,5 @@ XtLdrModuleMain(IN EFI_HANDLE ImageHandle,
|
||||
XtPeCoffProtocol.RelocateImage = PeRelocateImage;
|
||||
|
||||
/* Register PE/COFF protocol */
|
||||
return XtLdrProtocol->Protocol.Register(&Guid, &XtPeCoffProtocol);
|
||||
return XtLdrProtocol->Protocol.Install(&Guid, &XtPeCoffProtocol);
|
||||
}
|
||||
|
Reference in New Issue
Block a user