* config/tc-h8300.c (md_assemble): Make sure characters after
[deliverable/binutils-gdb.git] / gas / config / tc-i960.h
index 1df82f27e68249c77a55ce9c9dcf4859b2dc2cad..59269359b67d3dcfbe6b50b1784c7cfbc4767d62 100644 (file)
@@ -1,6 +1,6 @@
 /* tc-i960.h - Basic 80960 instruction formats.
    Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, 1998, 1999,
-   2000, 2002
+   2000, 2002, 2003
    Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
@@ -161,7 +161,7 @@ extern int reloc_callj PARAMS ((struct fix *));
   { fixS *tcfixp = (FIX); \
     for (;tcfixp;tcfixp=tcfixp->fx_next) \
       if (tcfixp->fx_tcbit && tcfixp->fx_addsy != 0) \
-        ++(COUNT); \
+       ++(COUNT); \
   }
 #endif
 
This page took 0.026589 seconds and 4 git commands to generate.