On Mon, Jun 23, 2025 at 11:18:53PM +0200, Samuel Thibault wrote:
> Diego Nieto Cid, le lun. 23 juin 2025 21:02:03 +0100, a ecrit:
> > On Mon, Jun 23, 2025 at 07:52:00PM +0100, Milos Nikic wrote:
> > >  
> > > +/* Called from assembly (locore.S) */
> > > +void handle_double_fault(struct i386_saved_state *regs);
> > > +
> > 
> > Shouldn't this prototype be in i386/i386/trap.h which is included by 
> > locore.S?
> 
> Assembly doesn't care about C prototypes...
> 

Oh, I thought it was a use before definition kind of error. I must have
missunderstood the error message cited by Milos.

Sorry :(


Regards,
Diego

Reply via email to