change
authorbdemsky <bdemsky>
Thu, 30 Jun 2011 22:38:46 +0000 (22:38 +0000)
committerbdemsky <bdemsky>
Thu, 30 Jun 2011 22:38:46 +0000 (22:38 +0000)
Robust/src/Runtime/bamboo/multicoremem.c

index 693adb5b4d293094aa40c20549d2b83f0812ffb7..ac5e13b3d7666f6120f86ad60cc00654a72861e8 100644 (file)
@@ -87,7 +87,7 @@ void * mixedmalloc_I(int coren,
     return mem;
 
   //try global allocator instead
-  return globalmalloc_I(coren, isize, allocsite);
+  return globalmalloc_I(coren, isize, allocsize);
 }