From 739dfd28c359b1b0ef4a78092f990f86ca0e165b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 30 Mar 2010 20:35:39 +0000 Subject: sim: fix unused profile_print_addr_ranges warning The profile_print_addr_ranges() function is only used when SIM_HAVE_ADDR_RANGE is defined, so #ifdef it accordingly. --- sim/common/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sim/common/ChangeLog') diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 15fbf8e..7c5e1b7 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,10 @@ 2010-03-30 Mike Frysinger + * sim-profile.c (profile_print_addr_ranges): Wrap with the + SIM_HAVE_ADDR_RANGE define. + +2010-03-30 Mike Frysinger + * dv-glue.c (hw_glue_ports): Swap static and const. 2010-03-30 Mike Frysinger -- cgit v1.1