Skip to content
Snippets Groups Projects
Commit c82d3b1d authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix

Rev: src/threads.h:1.76
parent deedf5a0
Branches
Tags
No related merge requests found
/* /*
* $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 #ifndef THREADS_H
#define THREADS_H #define THREADS_H
...@@ -391,7 +391,7 @@ struct thread_state { ...@@ -391,7 +391,7 @@ struct thread_state {
(_tmp)->swapped=1; \ (_tmp)->swapped=1; \
(_tmp)->Pike_evaluator_stack=Pike_evaluator_stack;\ (_tmp)->Pike_evaluator_stack=Pike_evaluator_stack;\
(_tmp)->evaluator_stack_malloced=evaluator_stack_malloced;\ (_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_sp=Pike_mark_sp;\
(_tmp)->Pike_mark_stack=Pike_mark_stack;\ (_tmp)->Pike_mark_stack=Pike_mark_stack;\
(_tmp)->mark_stack_malloced=mark_stack_malloced;\ (_tmp)->mark_stack_malloced=mark_stack_malloced;\
...@@ -409,7 +409,7 @@ struct thread_state { ...@@ -409,7 +409,7 @@ struct thread_state {
(_tmp)->swapped=0; \ (_tmp)->swapped=0; \
Pike_evaluator_stack=(_tmp)->Pike_evaluator_stack;\ Pike_evaluator_stack=(_tmp)->Pike_evaluator_stack;\
evaluator_stack_malloced=(_tmp)->evaluator_stack_malloced;\ 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_sp=(_tmp)->Pike_mark_sp;\
Pike_mark_stack=(_tmp)->Pike_mark_stack;\ Pike_mark_stack=(_tmp)->Pike_mark_stack;\
mark_stack_malloced=(_tmp)->mark_stack_malloced;\ mark_stack_malloced=(_tmp)->mark_stack_malloced;\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment