From 4b57034168b70201511ee7e85353b882aa3f15e8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 21 Nov 1995 20:01:48 +0000 Subject: (load_section): Undo boneheaded last change. --- exec/exec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exec/exec.c') 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 -- cgit v1.2.3