diff options
Diffstat (limited to 'exec/exec.c')
-rw-r--r-- | exec/exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exec/exec.c b/exec/exec.c index 00bbeac0..e267c70d 100644 --- a/exec/exec.c +++ b/exec/exec.c @@ -112,10 +112,10 @@ check_section (bfd *bfd, asection *sec, void *userdata) static void load_section (void *section, struct execdata *u) { - volatile vm_address_t addr = 0; + vm_address_t addr = 0; vm_offset_t filepos = 0; vm_size_t filesz = 0, memsz = 0; - volatile vm_prot_t vm_prot; + vm_prot_t vm_prot; int anywhere; vm_address_t mask = 0; #ifdef BFD |