1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-05 15:43:58 +00:00

SCP: Add unit to AIO_VALIDATE context message

This commit is contained in:
Mark Pizzolato
2018-08-08 11:51:54 -07:00
parent 44bc5116e7
commit 6070692581
6 changed files with 19 additions and 14 deletions

View File

@@ -1996,7 +1996,7 @@ if (!(uptr->flags & UNIT_ATT)) /* attached? */
sim_debug_unit (ctx->dbit, uptr, "sim_disk_reset(unit=%d)\n", (int)(uptr-ctx->dptr->units));
_sim_disk_io_flush(uptr);
AIO_VALIDATE;
AIO_VALIDATE(uptr);
AIO_UPDATE_QUEUE;
return SCPE_OK;
}