diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-25 21:56:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-25 21:56:50 +0000 |
commit | 29a4add366175c4391d8c1ba6b9b691049e2ccb8 (patch) | |
tree | 450192cc9781d07446ab1f0da5057a0eb60e0c93 /libexec/ld.so/hppa/ldasm.S | |
parent | 0e3836a0c3bd4bb6b41f5dceabb72ba3403ee796 (diff) |
spaces
Diffstat (limited to 'libexec/ld.so/hppa/ldasm.S')
-rw-r--r-- | libexec/ld.so/hppa/ldasm.S | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/ld.so/hppa/ldasm.S b/libexec/ld.so/hppa/ldasm.S index 5924c87b58f..80ad86e1fc7 100644 --- a/libexec/ld.so/hppa/ldasm.S +++ b/libexec/ld.so/hppa/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.1 2004/05/25 21:48:00 mickey Exp $ */ +/* $OpenBSD: ldasm.S,v 1.2 2004/05/25 21:56:49 deraadt Exp $ */ /* * Copyright (c) 2004 Michael Shalayeff @@ -263,10 +263,10 @@ _dl_sigprocmask$call SYSCALL(sigprocmask) ldw HPPA_FRAME_ARG(2)(sp), arg2 - add,= r0, arg2, r0 - stw ret0, 0(arg2) - bv r0(rp) - copy r0, ret0 + add,= r0, arg2, r0 + stw ret0, 0(arg2) + bv r0(rp) + copy r0, ret0 EXIT(_dl_sigprocmask) .end |