CVS commit: src/sys/arch
"Jason R Thorpe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: thorpej Date: Fri Mar 20 14:07:36 UTC 2026 Modified Files: src/sys/arch/m68k/m68k: trap_subr.s src/sys/arch/mac68k/mac68k: genassym.cf Log Message: Fix a brain-f*rt in the special mac68k "nofault" bus error handling. The information we need to pass along is packaged up for us neatly in the stack frame and arguments being passed to trap(), so use those to extract the %a2 value and faulting address. Issue raised and fix tested by nat@ To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/m68k/m68k/trap_subr.s cvs rdiff -u -r1.48 -r1.49 src/sys/arch/mac68k/mac68k/genassym.cf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.