projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
7c7d707
)
Commit
023e271ff284b3455be0b9fd179b34f626923068
author
Michel Pollet
<buserror@gmail.com>
Tue, 22 Nov 2016 10:11:27 +0000
(10:11 +0000)
committer
Michel Pollet
<buserror@gmail.com>
Tue, 22 Nov 2016 10:34:05 +0000
(10:34 +0000)
How this ever worked is a wonder
Signed-off-by: Michel Pollet <buserror@gmail.com>
simavr/sim/sim_elf.c
patch
|
blob
|
history
|
download
diff --git
a/simavr/sim/sim_elf.c
b/simavr/sim/sim_elf.c
index 3d01110956c498ad8e59ee48371a5724f32c6bfc..a45fe0a490f9731b9a9c81d427de19fa8b86634d 100644
(file)
--- a/
simavr/sim/sim_elf.c
+++ b/
simavr/sim/sim_elf.c
@@
-234,7
+234,7
@@
elf_copy_section(
return -1;
memcpy(*dest, data->d_buf, data->d_size);
- AVR_LOG(NULL, LOG_TRACE, "Loaded %zu
.%s\n", name, data->d_siz
e);
+ AVR_LOG(NULL, LOG_TRACE, "Loaded %zu
%s\n", data->d_size, nam
e);
return 0;
}