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: Sun Mar 22 15:10:14 UTC 2026 Modified Files: src/sys/arch/cesfic/cesfic: locore.s src/sys/arch/hp300/hp300: locore.s src/sys/arch/mac68k/mac68k: locore.s src/sys/arch/news68k/news68k: locore.s src/sys/arch/next68k/next68k: locore.s src/sys/arch/x68k/x68k: locore.s Log Message: main() does not (and, indeed, **cannot** when you get there via "jra" rather than "jbsr") return, so there doesn't need to be any code to handle such. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/cesfic/cesfic/locore.s cvs rdiff -u -r1.208 -r1.209 src/sys/arch/hp300/hp300/locore.s cvs rdiff -u -r1.200 -r1.201 src/sys/arch/mac68k/mac68k/locore.s cvs rdiff -u -r1.105 -r1.106 src/sys/arch/news68k/news68k/locore.s cvs rdiff -u -r1.104 -r1.105 src/sys/arch/next68k/next68k/locore.s cvs rdiff -u -r1.152 -r1.153 src/sys/arch/x68k/x68k/locore.s Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.