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.
This commit is contained in:
martin 2022-06-16 14:19:44 +00:00
parent 792d949b29
commit 3a3a79ffce
1 changed files with 1 additions and 1 deletions

View File

@ -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)