diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-10 07:41:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-10 07:41:27 +0000 |
commit | 7ad8a334f3bc149d87c30de61d81b3ed78c1c82e (patch) | |
tree | 2e4f774139584c9db850693ce31ce6ae13f6e59b /libexec | |
parent | c561ae91e2a9985e6cf3824f71e16a91e8aa7c57 (diff) |
typo in previous
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/m88k/ldasm.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/m88k/ldasm.S b/libexec/ld.so/m88k/ldasm.S index 5b22a15e8d0..2d6c509dbaa 100644 --- a/libexec/ld.so/m88k/ldasm.S +++ b/libexec/ld.so/m88k/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.11 2014/07/09 12:51:20 guenther Exp $ */ +/* $OpenBSD: ldasm.S,v 1.12 2014/07/10 07:41:26 miod Exp $ */ /* * Copyright (c) 2013 Miodrag Vallat. @@ -237,7 +237,7 @@ END(_dl_sigprocmask) _dl_cerror: jmp.n %r1 - subu %r2, %r0, r2 + subu %r2, %r0, %r2 ENTRY(_dl_cacheflush) tb0 0, %r0, 451 |