Module Name: src
Committed By: christos
Date: Fri Jan 2 15:50:28 UTC 2015
Modified Files:
src/sys/arch/mac68k/obio: iwm.s
Log Message:
avoid trigraph
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mac68k/obio/iwm.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mac68k/obio/iwm.s
diff -u src/sys/arch/mac68k/obio/iwm.s:1.6 src/sys/arch/mac68k/obio/iwm.s:1.7
--- src/sys/arch/mac68k/obio/iwm.s:1.6 Tue Nov 30 11:05:55 2010
+++ src/sys/arch/mac68k/obio/iwm.s Fri Jan 2 10:50:28 2015
@@ -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 @@ wsRDY01:
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: