mirror of
https://github.com/simh/simh.git
synced 2026-02-27 01:00:07 +00:00
Fix reference to sim_deb
This commit is contained in:
@@ -205,11 +205,9 @@ for (i=0; i<serial_open_device_count; ++i)
|
||||
|
||||
static void sim_error_serial (char *routine, int error)
|
||||
{
|
||||
extern FILE *sim_debug;
|
||||
|
||||
fprintf (stderr, "Serial: %s fails with error %d\n", routine, error);
|
||||
if (sim_debug)
|
||||
fprintf (sim_debug, "Serial: %s fails with error %d\n", routine, error);
|
||||
if (sim_deb)
|
||||
fprintf (sim_deb, "Serial: %s fails with error %d\n", routine, error);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user