Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/m68k/m68k
Module Name: src
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/m68k/m68k/mmu_subr.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index