2012-09-24 20:37 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/src/vm/macro.c
! added missing HB_STACK_TLS_PRELOAD in last commit - it's necessary
for some platforms
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-09-24 20:37 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* harbour/src/vm/macro.c
|
||||
! added missing HB_STACK_TLS_PRELOAD in last commit - it's necessary
|
||||
for some platforms
|
||||
|
||||
2012-09-24 19:13 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* harbour/src/rtl/Makefile
|
||||
- harbour/src/rtl/fieldbl.prg
|
||||
|
||||
@@ -887,6 +887,7 @@ HB_FUNC( FIELDBLOCK )
|
||||
PHB_DYNS pFieldSym = hb_dynsymFind( szFieldName );
|
||||
if( pFieldSym )
|
||||
{
|
||||
HB_STACK_TLS_PRELOAD
|
||||
HB_BYTE byBuf[ 13 + sizeof( PHB_DYNS ) + sizeof( PHB_DYNS ) ];
|
||||
PHB_ITEM pItem = hb_stackReturnItem();
|
||||
|
||||
@@ -939,6 +940,7 @@ HB_FUNC( FIELDWBLOCK )
|
||||
PHB_DYNS pFieldSym = hb_dynsymFind( szFieldName );
|
||||
if( pFieldSym )
|
||||
{
|
||||
HB_STACK_TLS_PRELOAD
|
||||
HB_BYTE byBuf[ 23 + sizeof( PHB_DYNS ) + sizeof( PHB_DYNS ) ];
|
||||
PHB_ITEM pItem = hb_stackReturnItem();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user