2008-10-28 10:43 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/vm/hvm.c
    ! added missing HB_STACK_PRELOAD
This commit is contained in:
Przemyslaw Czerpak
2008-10-28 09:43:32 +00:00
parent 099b630b50
commit 9af43b48eb
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-10-28 10:43 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/hvm.c
! added missing HB_STACK_PRELOAD
2008-10-28 10:42 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/copyfile.c
! Fixed hb_fsCopy() name collision with static function.

View File

@@ -10318,6 +10318,7 @@ HB_EXPORT void hb_xvmPushLongLong( LONGLONG llNumber )
HB_EXPORT void hb_xvmPushStringHidden( int iMethod, const char * szText, ULONG ulSize )
{
HB_STACK_TLS_PRELOAD
char * szString;
HB_TRACE(HB_TR_DEBUG, ("hb_xvmPushStringHidden(%d, %s, %lu)", iMethod, szText, ulSize));