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... Samuel