From aae4187975e2996b79f57b230e3737e775492572 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 4 Mar 2010 18:43:51 +0000 Subject: [PATCH] 2010-03-04 19:43 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/hvm.c ! removed unnecessary hbstack reference in MT builds - thanks to Grigory Filatov for the information --- harbour/ChangeLog | 5 +++++ harbour/src/vm/hvm.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3cb18f270e..9113ae2030 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-04 19:43 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/src/vm/hvm.c + ! removed unnecessary hbstack reference in MT builds - thanks to + Grigory Filatov for the information + 2010-03-04 19:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * harbour.spec * contrib/Makefile diff --git a/harbour/src/vm/hvm.c b/harbour/src/vm/hvm.c index 32e1b89517..492cac4b1e 100644 --- a/harbour/src/vm/hvm.c +++ b/harbour/src/vm/hvm.c @@ -5957,7 +5957,6 @@ static void hb_vmPushObjectVarRef( void ) void hb_vmEval( HB_USHORT uiParams ) { - HB_STACK_TLS_PRELOAD HB_STACK_STATE sStackState; #ifndef HB_NO_PROFILER HB_ULONG ulClock = 0;