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
This commit is contained in:
Przemysław Czerpak
2015-12-23 18:57:58 +01:00
parent b058c205e6
commit d89d2ea0d5
2 changed files with 6 additions and 0 deletions

View File

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

View File

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