From 231aea41bcfd0764931bed733b6a4a0bc481044f Mon Sep 17 00:00:00 2001 From: bdemsky Date: Tue, 20 Oct 2009 23:46:31 +0000 Subject: [PATCH] fix bug --- Robust/src/Runtime/STM/sandbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Robust/src/Runtime/STM/sandbox.c b/Robust/src/Runtime/STM/sandbox.c index 084332fa..c3d9ccf3 100644 --- a/Robust/src/Runtime/STM/sandbox.c +++ b/Robust/src/Runtime/STM/sandbox.c @@ -39,7 +39,7 @@ void checkObjects() { } #ifdef D___System______Assert____Z -CALL11(___System______Assert____Z, int ___status___, int ___status___) { +void CALL11(___System______Assert____Z, int ___status___, int ___status___) { if (!___status___) { if (abortenabled&&checktrans()) { #ifdef TRANSSTATS -- 2.34.1