r10543
Bit more progress on NetBSD/x68k. Disabling the FPU is no longer needed, but now it hits an illegal (unimplemented, perhaps?) instruction.

[Linked Image from mahlemiut.marpirc.net]

EDIT: found the issue.
Trace shows:
Code
00000ACA: tst.b   (A0)
00000ACC: beq     $afa
00000ACE: fmovem.l   ($138,A0), fpcr/fpsr/fpiar
00000AD8: dc.w    $00d8; ILLEGAL
But the debugger shows FMOVEM is 6 bytes long, meaning the following instruction should be an fmovem.x at 0xAD4.

Last edited by mahlemiut; 02/21/11 10:57 PM.

- Barry Rodewald