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:
Przemyslaw Czerpak
2012-09-24 18:38:21 +00:00
parent 5cc03ac9b9
commit 343e83bd34
2 changed files with 7 additions and 0 deletions

View File

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

View File

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