diff options
Diffstat (limited to 'runtime/tests/pmaps/ii3.c')
-rw-r--r-- | runtime/tests/pmaps/ii3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tests/pmaps/ii3.c b/runtime/tests/pmaps/ii3.c index 560de4cd..e2dee7a6 100644 --- a/runtime/tests/pmaps/ii3.c +++ b/runtime/tests/pmaps/ii3.c @@ -13,7 +13,7 @@ int main () { - MAP map = _stp_pmap_new_ii(4); + PMAP map = _stp_pmap_new_ii(4); int i; /* put some data in. _processor_number is a global hack that allows */ |