diff options
author | 2006-11-14 17:00:25 +0000 | |
---|---|---|
committer | 2006-11-14 17:00:25 +0000 | |
commit | bcd60dcae996637e9ac9af80666e379daa8e8b0d (patch) | |
tree | 36ffa032a20c4b6039046c569a9aec5a56c87e08 | |
parent | Add support for the "Set" request. (diff) | |
download | wireguard-openbsd-bcd60dcae996637e9ac9af80666e379daa8e8b0d.tar.xz wireguard-openbsd-bcd60dcae996637e9ac9af80666e379daa8e8b0d.zip |
cleanup pointed out by miod@
-rw-r--r-- | libexec/ld.so/sh/ldasm.S | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libexec/ld.so/sh/ldasm.S b/libexec/ld.so/sh/ldasm.S index ea6ee01d65e..583f9753c38 100644 --- a/libexec/ld.so/sh/ldasm.S +++ b/libexec/ld.so/sh/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.5 2006/11/11 23:05:23 drahn Exp $ */ +/* $OpenBSD: ldasm.S,v 1.6 2006/11/14 17:00:25 drahn Exp $ */ /* * Copyright (c) 2006 Dale Rahn @@ -52,10 +52,9 @@ ENTRY(_dl_start) mov r15, r14 - mova .L_call_boot_bind, r0 - mov #0, r0 - bsrf r0 + bsr 1f nop +1: .L_offbase: sts pr, r0 mov.l .L_dynamic, r6 |