aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim/arm/run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/arm/run.c b/sim/arm/run.c
index 0746bee..1d7bd46 100644
--- a/sim/arm/run.c
+++ b/sim/arm/run.c
@@ -30,6 +30,7 @@ void usage();
extern int optind;
extern char *optarg;
+int verbose = 0;
int target_byte_order;
int
@@ -41,7 +42,6 @@ main (ac, av)
bfd_vma start_address;
asection *s;
int i;
- int verbose = 0;
int trace = 0;
char *name = "";