=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/gc-7.0-risa.diff,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- OpenXM_contrib2/asir2000/gc-7.0-risa.diff 2013/06/13 08:10:10 1.9 +++ OpenXM_contrib2/asir2000/gc-7.0-risa.diff 2013/08/28 06:14:44 1.10 @@ -32,11 +32,11 @@ diff -urN gc-7.2alpha6.orig/alloc.c gc-7.2alpha6/alloc @@ -629,6 +631,7 @@ GC_world_stopped = FALSE; # endif - START_WORLD(); -+ GC_timerstop(); - return(FALSE); - } - if (GC_mark_some((ptr_t)(&dummy))) break; + START_WORLD(); ++ GC_timerstop(); + return(FALSE); + } + if (GC_mark_some((ptr_t)(&dummy))) break; @@ -651,6 +654,7 @@ GC_world_stopped = FALSE; # endif