Send the right # of args to an fprintf
This commit is contained in:
parent
e7921bd4c5
commit
75a082e25e
1 changed files with 6 additions and 3 deletions
|
@ -20,9 +20,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
/* $Id$
|
/* $Id$
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1.1.1 1991/03/21 21:26:56 gumby
|
Revision 1.2 1991/04/18 21:14:21 steve
|
||||||
Back from Intel with Steve
|
Send the right # of args to an fprintf
|
||||||
|
|
||||||
|
* Revision 1.1.1.1 1991/03/21 21:26:56 gumby
|
||||||
|
* Back from Intel with Steve
|
||||||
|
*
|
||||||
* Revision 1.1 1991/03/21 21:26:55 gumby
|
* Revision 1.1 1991/03/21 21:26:55 gumby
|
||||||
* Initial revision
|
* Initial revision
|
||||||
*
|
*
|
||||||
|
@ -400,7 +403,7 @@ memcpy(&insn,buffer, sizeof (insn));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf ("%#8x", insn.code);
|
fprintf (stream, "%#8x", insn.code);
|
||||||
return sizeof (insn);
|
return sizeof (insn);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue