mirror of
https://github.com/simh/simh.git
synced 2026-01-13 23:35:57 +00:00
Merge pull request #83 from BillHeaton/master
PDP10/11: Fix build warnings on OS/X
This commit is contained in:
commit
f76d46662f
@ -54,6 +54,7 @@
|
||||
*/
|
||||
|
||||
#include "pdp10_defs.h"
|
||||
#include <ctype.h>
|
||||
|
||||
/* Time (seconds) of idleness before data flushed to attached file. */
|
||||
#ifndef LP20_IDLE_TIME
|
||||
|
||||
@ -360,7 +360,7 @@ else
|
||||
maxvec = i+j;
|
||||
fprintf (st, " %*.*sVector%*.*s", i/2, i/2, " ", (i/2)+i%2, (i/2)+i%2, " ");
|
||||
|
||||
fprintf (st, " BR %*.*s# Device\n", (maxdev -1), (maxdev-1));
|
||||
fprintf (st, " BR %*.*s# Device\n", (maxdev -1), (maxdev-1), " ");
|
||||
for (i = 0; i < maxaddr; i++)
|
||||
fputc ('-', st);
|
||||
fprintf (st, " ");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user