+ * nindy-share/stop.h: fixed bogus comment-end in copyright message

+	* i960-pinsn.c: fixed two calls of fputs_filtered that had 3 arguments
This commit is contained in:
David D. Zuhn
1992-11-23 01:07:16 +00:00
parent 40528d53ed
commit 36e0df2384
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
Sun Nov 22 16:21:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* nindy-share/stop.h: fixed bogus comment-end in copyright message
* i960-pinsn.c: fixed two calls of fputs_filtered that had 3 arguments
Fri Nov 20 21:35:57 1992 Fred Fish (fnf@cygnus.com)
* defs.h (sevenbit_strings): Add declaration.

View File

@@ -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: