From: bdemsky Date: Wed, 14 Oct 2009 08:30:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=37891501a4ca312cdc2065a4561afc82dc7ab596;p=IRC.git *** empty log message *** --- diff --git a/Robust/src/Runtime/STM/commit.c b/Robust/src/Runtime/STM/commit.c index 9c399b4a..885a405f 100644 --- a/Robust/src/Runtime/STM/commit.c +++ b/Robust/src/Runtime/STM/commit.c @@ -163,7 +163,7 @@ int transCommit() { oidrdlocked=malloc(size); \ oidrdversion=malloc(size); \ STATALLOC; \ - STATARRAYALLOC; \ + STMARRAYALLOC; \ }\ dirwrlocked=oidwrlocked->array; #else @@ -179,7 +179,7 @@ int transCommit() { oidrdversion=malloc(size); \ oidwrlocked=malloc(size+2*sizeof(INTPTR)); \ STATALLOC; \ - STATARRAYALLOC; \ + STMARRAYALLOC; \ } \ dirwrlocked=oidwrlocked->array; #endif