From 991591f0218ad156d3fb87dc5eb3f8b0be16a2c4 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Fri, 2 Oct 2009 02:53:57 +0000 Subject: [PATCH] change --- Robust/src/Runtime/STM/stm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Robust/src/Runtime/STM/stm.c b/Robust/src/Runtime/STM/stm.c index 23056533..6795af28 100644 --- a/Robust/src/Runtime/STM/stm.c +++ b/Robust/src/Runtime/STM/stm.c @@ -303,6 +303,7 @@ void *objstrAlloc(unsigned int size) { #ifdef SANDBOX /* Do sandboxing */ void errorhandler(int sig, struct sigcontext ctx) { + printf("Error\n"); if (abortenabled&&checktrans()) longjmp(aborttrans, 1); threadhandler(sig, ctx); -- 2.34.1