CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/27 13:11:32
Modified files:
sys/arch/sparc64/sparc64: locore.s
Log message:
Change getfp() to return an unBIASed stack pointer; this unbreaks
stackdump() which got broken in machdep.c 1.202.
It is much simpler to change getfp() than stackdump() which is its only
caller.
