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:
@@ -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
|
||||
|
||||
@@ -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() )
|
||||
|
||||
Reference in New Issue
Block a user