mirror of
https://github.com/open-simh/simh.git
synced 2026-01-19 01:27:53 +00:00
Fix to properly format the CPU boot code load string on ARM platforms (Jordi Guillaumes i Pons)
This commit is contained in:
parent
8a6d90cf57
commit
97d4f18377
@ -3471,7 +3471,7 @@ if (sim_log)
|
||||
if (rom)
|
||||
sprintf (args, "-R %s", filename);
|
||||
else
|
||||
sprintf (args, "-O %s %X", filename, offset);
|
||||
sprintf (args, "-O %s %X", filename, (int)offset);
|
||||
r = load_cmd (0, args);
|
||||
if (r != SCPE_OK) {
|
||||
if (builtin_code) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user