diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-09-19 20:24:39 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-09-19 20:24:39 +0000 |
commit | 573a1b0063785cad158099921624b2c9e100bae4 (patch) | |
tree | 443bb154be98331c6119b8ae768cb231e11f68eb | |
parent | 502ee96f542cf1d76db358aedba6ea0b2db13094 (diff) |
nop missing in bd slot
-rw-r--r-- | sys/arch/mips64/mips64/exception.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mips64/mips64/exception.S b/sys/arch/mips64/mips64/exception.S index f37bcd1d318..1a06df4938b 100644 --- a/sys/arch/mips64/mips64/exception.S +++ b/sys/arch/mips64/mips64/exception.S @@ -1,4 +1,4 @@ -/* $OpenBSD: exception.S,v 1.5 2004/09/10 08:58:27 pefo Exp $ */ +/* $OpenBSD: exception.S,v 1.6 2004/09/19 20:24:38 pefo Exp $ */ /* * Copyright (c) 2002-2003 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -351,6 +351,7 @@ LEAF(set_sint, 0) or v0, a0 sc v0, 0(v1) beqz v0, 1b + nop j ra nop END(set_sint) |