From ad7e8ab7f35582f78c3fd4741a6d8f7feeff9bd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Fri, 20 Nov 1998 00:11:41 -0800
Subject: [PATCH] more debug

Rev: src/interpret.c:1.105
---
 src/interpret.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/interpret.c b/src/interpret.c
index aa64f5bd22..201a5e9030 100644
--- a/src/interpret.c
+++ b/src/interpret.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: interpret.c,v 1.104 1998/11/20 08:07:05 hubbe Exp $");
+RCSID("$Id: interpret.c,v 1.105 1998/11/20 08:11:41 hubbe Exp $");
 #include "interpret.h"
 #include "object.h"
 #include "program.h"
@@ -188,8 +188,7 @@ use_malloc:
 #endif
 #ifdef PROFILING
 #ifdef HAVE_GETHRTIME
-  accounted_time =0;
-  time_base =0;
+  time_base = accounted_time =gethrtime();
 #endif
 #endif
 }
-- 
GitLab