Module Name: src
Committed By: skrll
Date: Wed Jun 15 21:31:19 UTC 2022
Modified Files:
src/sys/lib/libkern/arch/hppa: milli_extra.S
Log Message:
Fix a dumb typo/thinko
Thanks to Tom Lane for spotting it.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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 src/sys/lib/libkern/arch/hppa/milli_extra.S:1.2
--- src/sys/lib/libkern/arch/hppa/milli_extra.S:1.1 Mon Jun 13 16:03:07 2022
+++ src/sys/lib/libkern/arch/hppa/milli_extra.S Wed Jun 15 21:31:19 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)