On 2015-04-05 21:14:03, Scott Duplichan wrote: > Make OnReadyToBoot function match the prototype in UefiLib.h. The change > only affects gcc builds because EFIAPI ABI differs from the default ABI > when building with gcc. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Scott Duplichan <[email protected]> > --- > > Index: CorebootModulePkg/CbSupportDxe/CbSupportDxe.c > =================================================================== > --- CorebootModulePkg/CbSupportDxe/CbSupportDxe.c (revision 17108) > +++ CorebootModulePkg/CbSupportDxe/CbSupportDxe.c (working copy) > @@ -98,9 +98,10 @@ > > **/ > VOID > +EFIAPI > OnReadyToBoot ( > - EFI_EVENT Event, > - VOID *Context > + IN EFI_EVENT Event, > + IN VOID *Context
Some might prefer to not add the IN to the parameters in the same patch since it has nothing to do with the EFIAPI change. Oh well. Reviewed-by: Jordan Justen <[email protected]> ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
