Mike Frysinger 15f3c2de23 sim: fix unused cpu_nr warnings
The trace_option_handler() function only uses cpu_nr when the
SIM_HAVE_ADDR_RANGE define is enabled.  So move the decl down
to where the code exists.  Otherwise GCC warns:
sim-trace.c: In function 'trace_option_handler':
sim-trace.c:236: warning: unused variable 'cpu_nr'
2010-03-30 20:39:38 +00:00
..
2010-01-25 04:08:52 +00:00
2010-01-25 04:08:52 +00:00
2010-03-30 20:39:38 +00:00
2010-01-09 21:11:44 +00:00
2009-05-18 13:25:35 +00:00
2010-03-16 20:58:53 +00:00
2009-05-18 13:25:35 +00:00
2010-02-04 22:52:42 +00:00
2010-03-30 20:39:38 +00:00