Re: [hatari-devel] Possible bug in 060 exception stack frames

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


> FPU test still crashes identically.

It seems to be caused by an assembler bug:

effadd_0_pc:
	fmul.x		#0xc00000008000000000000000,%fp0

	move.w		%ccr,SCCR(%a6)

becomes

083F2B5C f23c 4823 0000 8000 0000 0000 0000 42ee
083F2B6C fea4

Constant value misses one word (0xc000). 42ee is opcode of move from ccr.

I'll try newer build tools later.. (This one came with gcc6). I don't
normally use gcc stuff because I prefer "real" native Amiga assemblers
but they don't like this syntax.



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/