From 343e83bd344fb8b60f9f0e70af085835f454732a Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Mon, 24 Sep 2012 18:38:21 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 5 +++++ harbour/src/vm/macro.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 313bd0cb15..105bbe35a7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/src/vm/macro.c b/harbour/src/vm/macro.c index 0e8fdf5a1d..120a712045 100644 --- a/harbour/src/vm/macro.c +++ b/harbour/src/vm/macro.c @@ -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();