2009-06-08 14:14 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/vm/hvm.c
    * removed unnecessary stack preloading in hb_vmProc() and MT builds
This commit is contained in:
Przemyslaw Czerpak
2009-06-08 12:05:10 +00:00
parent 453096a19c
commit 95b14d2e27
2 changed files with 5 additions and 2 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-06-08 14:14 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/hvm.c
* removed unnecessary stack preloading in hb_vmProc() and MT builds
2009-06-08 13:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* make_gnu.bat
* INSTALL
@@ -266,7 +270,7 @@
QProgressBar()
QTabWidget()
:tabs host:
:tabs host:
QTreeView()
QLineEdit()
QComboBox()

View File

@@ -5624,7 +5624,6 @@ static void hb_vmSwapAlias( void )
void hb_vmProc( USHORT uiParams )
{
HB_STACK_TLS_PRELOAD
HB_STACK_STATE sStackState;
PHB_SYMB pSym;
#ifndef HB_NO_PROFILER