Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/dev missed one line when converting m68k asm(...



details:   https://anonhg.NetBSD.org/src/rev/f418555c9404
branches:  trunk
changeset: 486529:f418555c9404
user:      is <is%NetBSD.org@localhost>
date:      Wed May 24 19:36:29 2000 +0000

description:
missed one line when converting m68k asm() to macro calls.

diffstat:

 sys/arch/amiga/dev/ite_cc.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 1917c8a5186f -r f418555c9404 sys/arch/amiga/dev/ite_cc.c
--- a/sys/arch/amiga/dev/ite_cc.c       Wed May 24 18:42:03 2000 +0000
+++ b/sys/arch/amiga/dev/ite_cc.c       Wed May 24 19:36:29 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ite_cc.c,v 1.27 1999/09/20 23:17:15 is Exp $   */
+/*     $NetBSD: ite_cc.c,v 1.28 2000/05/24 19:36:29 is Exp $   */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -842,9 +842,6 @@
          for (i = (ip->cols - sx)-1; i >= 0; i--)
            {
              int t;
-             asm("bfextu %1@{%2:%3},%0"
-                 : "=d" (t)
-                 : "a" (pl), "d" (sofs2), "d" (ip->ftwidth));
              BFEXT(t, pl, sofs2, ip->ftwidth);
              BFINS(t, pl, dofs2, ip->ftwidth);
              sofs2 += ip->ftwidth;



Home | Main Index | Thread Index | Old Index