projects
/
kvm-minippc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9f8301
)
64-bit
author
Lauri Kasanen
<cand@gmx.com>
Thu, 27 May 2021 12:44:28 +0000
(15:44 +0300)
committer
Lauri Kasanen
<cand@gmx.com>
Thu, 27 May 2021 12:44:28 +0000
(15:44 +0300)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index a329e22f2e0256e5879768e84a8042d0ccf0b0eb..e6c3f85a14ff7cf6888c05903841c268d1847539 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-185,7
+185,7
@@
static void load(const char arg[], uint8_t *ram) {
exit(1);
}
- printf("Loading %s to 0x%x, %u bytes\n", name, addr, len);
+ printf("Loading %s to 0x%
l
x, %u bytes\n", name, addr, len);
if (fread(&ram[addr], len, 1, f) != 1)
abort();