diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexec.c b/src/unexec.c index d14103f1dd5..74e459a302e 100644 --- a/src/unexec.c +++ b/src/unexec.c | |||
| @@ -679,7 +679,7 @@ make_hdr (new, a_out, data_start, bss_start, entry_address, a_name, new_name) | |||
| 679 | */ | 679 | */ |
| 680 | ERROR0 ("can't build a COFF file from scratch yet"); | 680 | ERROR0 ("can't build a COFF file from scratch yet"); |
| 681 | #else | 681 | #else |
| 682 | bzero (hdr, sizeof hdr); | 682 | bzero (&hdr, sizeof hdr); |
| 683 | #endif | 683 | #endif |
| 684 | } | 684 | } |
| 685 | 685 | ||