diff --git a/ChangeLog.txt b/ChangeLog.txt index 35bd07d190..cbb9c25354 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2015-12-23 18:57 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * src/vm/hvm.c + ! added missing HB_STACK_TLS_PRELOAD - thanks to Viktor for the info + 2015-12-23 17:53 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/harbour.hbx * src/vm/hvm.c diff --git a/src/vm/hvm.c b/src/vm/hvm.c index 1935e940cc..103ec816c3 100644 --- a/src/vm/hvm.c +++ b/src/vm/hvm.c @@ -12406,6 +12406,8 @@ HB_FUNC( __BREAKBLOCK ) HB_FUNC( __RECOVERERRORBLOCK ) { + HB_STACK_TLS_PRELOAD + HB_ISIZ nRecoverBase = hb_stackGetRecoverBase(); if( nRecoverBase > 0 && nRecoverBase < hb_stackTopOffset() )