2013-01-31 22:41 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* harbour/src/vm/classes.c
    ! added missing HB_STACK_TLS_PRELOAD
This commit is contained in:
Przemyslaw Czerpak
2013-01-31 21:41:25 +00:00
parent 9a5b5ec3a4
commit 542379a777
2 changed files with 7 additions and 0 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-01-31 22:41 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/src/vm/classes.c
! added missing HB_STACK_TLS_PRELOAD
2013-01-31 19:48 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/include/hbapiitm.h
* harbour/src/vm/itemapi.c

View File

@@ -5509,7 +5509,10 @@ void hb_clsAssociate( HB_USHORT usClassH )
if( pSelf )
hb_itemReturnRelease( pSelf );
else
{
HB_STACK_TLS_PRELOAD
hb_ret();
}
}
#if 0