From 872d26246196a87da8551661635cce52c8e5ed3a Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 7 Dec 2005 19:42:44 +0000 Subject: 2005-12-07 Martin Hunt * pmaps/*.c: Change pmap type from MAP to PMAP. * pmaps/pmap.test: Adjust results to match the more compact histogram format. * maps/map.test: Adjust results to match the more compact histogram format. --- runtime/tests/pmaps/ix2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/tests/pmaps/ix2.c') diff --git a/runtime/tests/pmaps/ix2.c b/runtime/tests/pmaps/ix2.c index 6016bf53..638e5226 100644 --- a/runtime/tests/pmaps/ix2.c +++ b/runtime/tests/pmaps/ix2.c @@ -10,7 +10,7 @@ int main () { - MAP map = _stp_pmap_new_ix(4, HIST_LINEAR, 0, 100, 10); + PMAP map = _stp_pmap_new_ix(4, HIST_LINEAR, 0, 100, 10); int i; /* put some data in. _processor_number is a global hack that allows */ -- cgit