mirror of
https://github.com/simh/simh.git
synced 2026-01-30 21:32:27 +00:00
Cleaned up compiler noticed issues
This commit is contained in:
@@ -702,7 +702,7 @@ t_stat xq_show_filters (FILE* st, UNIT* uptr, int32 val, void* desc)
|
||||
fprintf(st, "Filters:\n");
|
||||
for (i=0; i<XQ_FILTER_MAX; i++) {
|
||||
eth_mac_fmt((ETH_MAC*)xq->var->setup.macs[i], buffer);
|
||||
fprintf(st, " [%2d]: %s\n", i, buffer);
|
||||
fprintf(st, " [%2d]: %s\n", (int)i, buffer);
|
||||
}
|
||||
if (xq->var->setup.multicast)
|
||||
fprintf(st, "All Multicast Receive Mode\n");
|
||||
@@ -2073,6 +2073,9 @@ t_stat xq_process_bootrom (CTLR* xq)
|
||||
/* set to next bdl (implicit chain) */
|
||||
xq->var->rbdl_ba += 12;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
} /* switch */
|
||||
|
||||
/* --------------------------- Done, finish up -----------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user