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
This commit is contained in:
Przemyslaw Czerpak
2010-03-04 18:43:51 +00:00
parent 8bb33ae346
commit aae4187975
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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;