diff options
Diffstat (limited to 'lib/libc/arch/m88k/net/ntohl.S')
-rw-r--r-- | lib/libc/arch/m88k/net/ntohl.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/m88k/net/ntohl.S b/lib/libc/arch/m88k/net/ntohl.S index fdce914ea88..565f4b2742a 100644 --- a/lib/libc/arch/m88k/net/ntohl.S +++ b/lib/libc/arch/m88k/net/ntohl.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ntohl.S,v 1.5 2009/10/28 06:49:55 deraadt Exp $ */ +/* $OpenBSD: ntohl.S,v 1.6 2013/01/05 11:20:55 miod Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -38,4 +38,4 @@ /* hostorder = ntohl(netorder) */ ENTRY(ntohl) - jmp r1 + jmp %r1 |