aboutsummaryrefslogtreecommitdiff
path: root/gdb/i960-pinsn.c
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1992-11-23 01:07:16 +0000
committerDavid D. Zuhn <zoo@cygnus>1992-11-23 01:07:16 +0000
commit36e0df238474c702adda446d47b752bd826f276f (patch)
tree59c1cb6aba7c90f18ff8cd63cb3343d594e957b4 /gdb/i960-pinsn.c
parent40528d53eddff312ab31165309e95923e1e7a0e1 (diff)
downloadgdb-36e0df238474c702adda446d47b752bd826f276f.zip
gdb-36e0df238474c702adda446d47b752bd826f276f.tar.gz
gdb-36e0df238474c702adda446d47b752bd826f276f.tar.bz2
+ * nindy-share/stop.h: fixed bogus comment-end in copyright message
+ * i960-pinsn.c: fixed two calls of fputs_filtered that had 3 arguments
Diffstat (limited to 'gdb/i960-pinsn.c')
-rw-r--r--gdb/i960-pinsn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/i960-pinsn.c b/gdb/i960-pinsn.c
index 85dc5bc..590770b 100644
--- a/gdb/i960-pinsn.c
+++ b/gdb/i960-pinsn.c
@@ -286,7 +286,7 @@ cobr( memaddr, word1, word2 )
if ( word1 & 2 ){ /* Predicts branch not taken */
fputs_filtered ( ".f", stream );
}
- fputs_filtered ( "\t", stream, 0 );
+ fputs_filtered ( "\t", stream );
src1 = (word1 >> 19) & 0x1f;
src2 = (word1 >> 14) & 0x1f;
@@ -666,7 +666,7 @@ reg( word1 )
dst = (word1 >> 19) & 0x1f;
if ( reg_tab[i].numops != 0 ){
- fputs_filtered( "\t", stream, 0 );
+ fputs_filtered( "\t", stream );
switch ( reg_tab[i].numops ){
case 1: