The profile_print_addr_ranges() function is only used when
SIM_HAVE_ADDR_RANGE is defined, so #ifdef it accordingly.
2010-03-30 Mike Frysinger <vapier@gentoo.org>
+ * sim-profile.c (profile_print_addr_ranges): Wrap with the
+ SIM_HAVE_ADDR_RANGE define.
+
+2010-03-30 Mike Frysinger <vapier@gentoo.org>
+
* dv-glue.c (hw_glue_ports): Swap static and const.
2010-03-30 Mike Frysinger <vapier@gentoo.org>
}
}
+#ifdef SIM_HAVE_ADDR_RANGE
/* Print selected address ranges. */
static void
sim_io_printf (sd, "\n");
}
}
+#endif
/* Top level function to print all summary profile information.
It is [currently] intended that all such data is printed by this function.