Mike Frysinger 709b3bb3ce sim: constify save_data()
The local save_data() function takes a pointer to a buffer and only uses it as
the source to the memcpy() function.  Since it is given const strings, GCC
likes to spit out warnings:
common/sim-trace.c: In function 'trace_prefix':
common/sim-trace.c:697: warning: passing argument 5 of 'save_data' discards
	qualifiers from pointer target type

So I've committed this as obvious.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-04-10 08:00:58 +00:00
..
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-04-10 08:00:58 +00:00
2010-01-09 21:11:44 +00:00
2010-03-30 20:38:26 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-03-30 20:38:26 +00:00
2010-01-09 21:11:44 +00:00
2010-02-12 02:44:26 +00:00
2010-02-12 02:44:26 +00:00
2010-03-30 20:38:26 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-02-27 01:24:37 +00:00
2010-02-14 07:15:57 +00:00
2010-02-13 04:44:41 +00:00
2010-02-12 02:44:26 +00:00
2009-11-24 19:22:45 +00:00
2009-11-24 19:22:45 +00:00