diff --git a/C/tracer.c b/C/tracer.c index e077ccbc3..a5e583670 100644 --- a/C/tracer.c +++ b/C/tracer.c @@ -161,6 +161,7 @@ low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args) LOCK(Yap_heap_regs->low_level_trace_lock); sc = Yap_heap_regs; vsc_count++; + return; #ifdef COMMENTED if (vsc_count > 1388060LL && vsc_count < 1388070LL) { if (vsc_count==1388061LL) diff --git a/changes-5.1.html b/changes-5.1.html index ab0869f89..b4e774535 100644 --- a/changes-5.1.html +++ b/changes-5.1.html @@ -16,6 +16,8 @@

Yap-5.1.2: