Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/sys/lib/libkern/arch/hppa Pull up following revision(s) (...



details:   https://anonhg.NetBSD.org/src/rev/9962956c3130
branches:  netbsd-9
changeset: 366804:9962956c3130
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jun 16 14:19:44 2022 +0000

description:
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.

diffstat:

 sys/lib/libkern/arch/hppa/milli_extra.S |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 375bf0d23c19 -r 9962956c3130 sys/lib/libkern/arch/hppa/milli_extra.S
--- a/sys/lib/libkern/arch/hppa/milli_extra.S   Tue Jun 14 10:42:20 2022 +0000
+++ b/sys/lib/libkern/arch/hppa/milli_extra.S   Thu Jun 16 14:19:44 2022 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index