mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +00:00
Compiler suggested cleanup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user