Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/obio avoid trigraph



details:   https://anonhg.NetBSD.org/src/rev/24678eebdeba
branches:  trunk
changeset: 805439:24678eebdeba
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 02 15:50:28 2015 +0000

description:
avoid trigraph

diffstat:

 sys/arch/mac68k/obio/iwm.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6908dab30778 -r 24678eebdeba sys/arch/mac68k/obio/iwm.s
--- a/sys/arch/mac68k/obio/iwm.s        Fri Jan 02 15:49:51 2015 +0000
+++ b/sys/arch/mac68k/obio/iwm.s        Fri Jan 02 15:50:28 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iwm.s,v 1.6 2010/11/30 16:05:55 hauke Exp $    */
+/*     $NetBSD: iwm.s,v 1.7 2015/01/02 15:50:28 christos Exp $ */
 
 /*
  * Copyright (c) 1996-99 Hauke Fath.  All rights reserved.
@@ -1130,7 +1130,7 @@
        moveb   %a4@(0,%d3),%a0@        | Translate nibble and write
        subqw   #3,%d4                  | Update counter
        moveb   %d7,%d3
-       addb    %d7,%d3                 | Set X flag (??)
+       addb    %d7,%d3                 | Set X flag (Why?)
        rolb    #1,%d7
        andib   #0x3F,%d0
 wsRDY02:



Home | Main Index | Thread Index | Old Index