aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libdce.c')
-rw-r--r--libdce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdce.c b/libdce.c
index 881516e..7704613 100644
--- a/libdce.c
+++ b/libdce.c
@@ -153,7 +153,7 @@ void *dce_alloc(int sz)
153 Beware: The last argument is a bit field. As of now only core ID 153 Beware: The last argument is a bit field. As of now only core ID
154 is considered to be there in the last 4 bits of the word 154 is considered to be there in the last 4 bits of the word
155 */ 155 */
156 return (memplugin_alloc(sz, 1, MEM_TILER_1D, 0, IPU)); 156 return (memplugin_alloc(sz, 1, DEFAULT_REGION, 0, IPU));
157} 157}
158 158
159void dce_free(void *ptr) 159void dce_free(void *ptr)