Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sh3/sh3 Fix the bug which cause invalid slot except...



details:   https://anonhg.NetBSD.org/src/rev/0eb8d64cd4e7
branches:  trunk
changeset: 482784:0eb8d64cd4e7
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Feb 22 02:17:05 2000 +0000

description:
Fix the bug which cause invalid slot exception under SH4.
This exception doesn't occurs under SH3

diffstat:

 sys/arch/sh3/sh3/in_cksum.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2116bfa0c6d8 -r 0eb8d64cd4e7 sys/arch/sh3/sh3/in_cksum.S
--- a/sys/arch/sh3/sh3/in_cksum.S       Tue Feb 22 02:14:16 2000 +0000
+++ b/sys/arch/sh3/sh3/in_cksum.S       Tue Feb 22 02:17:05 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in_cksum.S,v 1.1 2000/01/14 15:47:42 msaitoh Exp $     */
+/*     $NetBSD: in_cksum.S,v 1.2 2000/02/22 02:17:05 msaitoh Exp $     */
 
 /*-
  * Copyright (c) 2000 SHIMIZU Ryo <ryo%misakimix.org@localhost>
@@ -139,7 +139,7 @@
 
        mov     #127,reg_tmp0
        cmp/hi  reg_tmp0,reg_mlen
-       bf/s    1f
+       bf      1f
 
 do_cksum128:
        mova    cksum128,reg_tmp0



Home | Main Index | Thread Index | Old Index