From c82d3b1da02b37f2e0906fca222b68d14eaddf96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sat, 25 Mar 2000 12:58:46 -0800
Subject: [PATCH] bugfix

Rev: src/threads.h:1.76
---
 src/threads.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/threads.h b/src/threads.h
index bebc3d4c33..253dfdbd2a 100644
--- a/src/threads.h
+++ b/src/threads.h
@@ -1,5 +1,5 @@
 /*
- * $Id: threads.h,v 1.75 2000/03/24 01:24:52 hubbe Exp $
+ * $Id: threads.h,v 1.76 2000/03/25 20:58:46 hubbe Exp $
  */
 #ifndef THREADS_H
 #define THREADS_H
@@ -391,7 +391,7 @@ struct thread_state {
        (_tmp)->swapped=1; \
        (_tmp)->Pike_evaluator_stack=Pike_evaluator_stack;\
        (_tmp)->evaluator_stack_malloced=evaluator_stack_malloced;\
-       debug_malloc_touch( (_tmp)->Pike_fp=Pike_fp );\
+       debug_malloc_pass( (_tmp)->Pike_fp=Pike_fp );\
        (_tmp)->Pike_mark_sp=Pike_mark_sp;\
        (_tmp)->Pike_mark_stack=Pike_mark_stack;\
        (_tmp)->mark_stack_malloced=mark_stack_malloced;\
@@ -409,7 +409,7 @@ struct thread_state {
        (_tmp)->swapped=0; \
        Pike_evaluator_stack=(_tmp)->Pike_evaluator_stack;\
        evaluator_stack_malloced=(_tmp)->evaluator_stack_malloced;\
-       debug_malloc_touch( Pike_fp=(_tmp)->Pike_fp );\
+       debug_malloc_pass( Pike_fp=(_tmp)->Pike_fp );\
        Pike_mark_sp=(_tmp)->Pike_mark_sp;\
        Pike_mark_stack=(_tmp)->Pike_mark_stack;\
        mark_stack_malloced=(_tmp)->mark_stack_malloced;\
-- 
GitLab