Module Name: src
Committed By: martin
Date: Thu Jun 16 14:19:44 UTC 2022
Modified Files:
src/sys/lib/libkern/arch/hppa [netbsd-9]: milli_extra.S
Log Message:
Pull up following revision(s) (requested by skrll in ticket #1473):
sys/lib/libkern/arch/hppa/milli_extra.S: revision 1.2
Fix a dumb typo/thinko
Thanks to Tom Lane for spotting it.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/lib/libkern/arch/hppa/milli_extra.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/lib/libkern/arch/hppa/milli_extra.S
diff -u src/sys/lib/libkern/arch/hppa/milli_extra.S:1.1.2.2 src/sys/lib/libkern/arch/hppa/milli_extra.S:1.1.2.3
--- src/sys/lib/libkern/arch/hppa/milli_extra.S:1.1.2.2 Tue Jun 14 10:41:18 2022
+++ src/sys/lib/libkern/arch/hppa/milli_extra.S Thu Jun 16 14:19:44 2022
@@ -37,6 +37,6 @@
.entry
MILLI_ENTRY(__canonicalize_funcptr_for_compare)
- bv %r0(%sp)
+ bv %r0(%rp)
copy %arg0, %ret0
EXIT(__canonicalize_funcptr_for_compare)