At Sun, 17 Aug 2025 02:04:56 +0000, > Committed By: isaki > Date: Sun Aug 17 02:04:56 UTC 2025 > > Modified Files: > src/sys/arch/m68k/m68k: mmu_subr.s > > Log Message: > m68k: Fix invalid instruction word. > PMOVE <ea>,TTn instruction doesn't support (An)+ addressing mode on 68030. > While some emulators (like QEMU) execute it without error, the real 68030 > triggers a F-line trap. > Need to pullup netbsd-11.
Oops, QEMU/virt-m68k emulates 040. My commit log was wrong. It should be | m68k: Fix invalid instruction word. | PMOVE <ea>,TTn instruction doesn't support (An)+ addressing mode on 68030. | Need to pullup netbsd-11. --- Tetsuya Isaki <is...@pastel-flower.jp / is...@netbsd.org>