From 37891501a4ca312cdc2065a4561afc82dc7ab596 Mon Sep 17 00:00:00 2001
From: bdemsky <bdemsky>
Date: Wed, 14 Oct 2009 08:30:24 +0000
Subject: [PATCH] *** empty log message ***

---
 Robust/src/Runtime/STM/commit.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
2.34.1