diff options
Diffstat (limited to 'runtime/tests/pmaps/ix.c')
-rw-r--r-- | runtime/tests/pmaps/ix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tests/pmaps/ix.c b/runtime/tests/pmaps/ix.c index 2c79c3d1..0eba2d54 100644 --- a/runtime/tests/pmaps/ix.c +++ b/runtime/tests/pmaps/ix.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); int64_t x; /* put some data in. _processor_number is a global hack that allows */ |