mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
sigma: Clean compiler warning
This commit is contained in:
parent
7ada0d6edb
commit
b814b50088
@ -474,7 +474,7 @@ switch (cmd) { /* case on command */
|
||||
sim_activate (uptr, mt_time); /* continue thread */
|
||||
return SCPE_OK;
|
||||
}
|
||||
if (r = mt_flush_buf (uptr)) { /* flush buffer */
|
||||
if ((r = mt_flush_buf (uptr))) { /* flush buffer */
|
||||
st = mt_map_err (uptr, r); /* map error */
|
||||
if (CHS_IFERR (st)) /* chan or SCP err? */
|
||||
return mt_chan_err (dva, st); /* uend and stop */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user