NetBSD の話 @ OSC2025広島
 
Index   < Prev   Next >  

(12/23)
https://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/arch/amiga/amiga/locore.s?rev=1.1


- amiga/locore.s は rev1.1 (1993年) 時点で気付いていた!
	clrl	a1@(PCB_FPCTX)		| ensure null FP context
|WRONG!	movl	a1,sp@-
	pea	a1@(PCB_FPCTX)
	jbsr	_m68881_restore		| restore it (does not kill a1)
	addql	#4,sp



isaki@NetBSD.org