On Mon, May 20, 2019 at 05:40:16PM -0500, Matt DeVillier wrote:
> On Mon, May 20, 2019 at 4:49 PM Kevin O'Connor <ke...@koconnor.net> wrote:
> 
> > On Mon, May 20, 2019 at 04:43:08PM -0500, Matt DeVillier wrote:
> > > v2 of the patch works as intended, once 'current.offset !=
> > current.offset'
> > > is corrected to 'current.offset != seabios.offset'
> >
> > FWIW, that code could simply be:
> >
> > static int boot_irq_captured(void)
> > {
> >     return GET_IVT(0x19).segoff != FUNC16(entry_19_official).segoff;
> > }
> >
> 
> yes, that seems to work as well :)

Thanks for testing.  Sent fixed v3.

cheers,
  Gerd
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-le...@seabios.org

Reply via email to