Hello, 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? Cheers, Diego