summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2014-08-17 16:14:19 +0000
committermatt <matt@NetBSD.org>2014-08-17 16:14:19 +0000
commite1f5884f4ca8bdfdd981b616c02f4dd278116a9a (patch)
tree490487ae96d691c91fccf8635db6738f23b5f8cd /libexec
parent2c6fc0bd2a68d40652f82737523785bc7e3c0039 (diff)
add a missing register prefix.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.elf_so/arch/vax/rtld_start.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.elf_so/arch/vax/rtld_start.S b/libexec/ld.elf_so/arch/vax/rtld_start.S
index 5bc7ddbdbc5..c9c67f04243 100644
--- a/libexec/ld.elf_so/arch/vax/rtld_start.S
+++ b/libexec/ld.elf_so/arch/vax/rtld_start.S
@@ -1,4 +1,4 @@
-/* $NetBSD: rtld_start.S,v 1.22 2014/03/22 15:13:10 matt Exp $ */
+/* $NetBSD: rtld_start.S,v 1.23 2014/08/17 16:14:19 matt Exp $ */
/*
* Copyright 1996 Matt Thomas <matt@3am-software.com>
@@ -152,7 +152,7 @@ ALTENTRY(_rtld_bind_start)
extzv %r2,$4,%r3,%r5 /* extract count */
movq 4(%fp),%r2 /* fetch callframe status & saved AP */
insv %r1,$16,$12,%r2 /* update save mask */
- addl3 %r3,r4,%r1 /* add counts and discard them */
+ addl3 %r3,%r4,%r1 /* add counts and discard them */
movq 12(%fp),%r4 /* fetch callframe saved FP & PC */
moval 20(%fp)[%r1],%sp/* pop callframe */
extzv $16,$12,%r2,%r1 /* get save mask back */