From abedf3db3774b54ee4ed227e3ae69e55fb0ff76c Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 26 May 2005 07:43:25 +0000 Subject: 2005-05-26 Martin Hunt * current.c (_stp_sprint_regs): Implement for i386. * sym.c (_stp_symbol_sprint): Check name before trying to print it. (_stp_symbol_print): Change to macro that calls _stp_symbol_sprint(). --- runtime/map-keys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/map-keys.c') diff --git a/runtime/map-keys.c b/runtime/map-keys.c index b51118ec..f9221410 100644 --- a/runtime/map-keys.c +++ b/runtime/map-keys.c @@ -271,8 +271,8 @@ static unsigned int KEYSYM(hash) (ALLKEYSD(key)) return (unsigned int) hash; } -/* _stp_map_new_key1_key2 (num, STAT, LINEAR, start, end, interval) */ -/* _stp_map_new_key1_key2 (num, STAT, LOG, buckets) */ +/* _stp_map_new_key1_key2 (num, HSTAT_LINEAR, start, end, interval) */ +/* _stp_map_new_key1_key2 (num, HSTAT_LOG, buckets) */ MAP KEYSYM(_stp_map_new) (unsigned max_entries, int valtype, ...) { -- cgit