mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
Compiler suggested cleanup
This commit is contained in:
parent
437f86fb4a
commit
7087f1e1c6
@ -1458,7 +1458,7 @@ struct disk_context *ctx = (struct disk_context *)uptr->disk_ctx;
|
||||
if (sim_deb && (ctx->dptr->dctrl & reason)) {
|
||||
char pos[32];
|
||||
|
||||
sprintf (pos, "lbn: %08X ", lba);
|
||||
sprintf (pos, "lbn: %08X ", (unsigned int)lba);
|
||||
sim_data_trace(ctx->dptr, uptr, (detail ? data : NULL), pos, len, txt, reason);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user