2009-03-29 19:57 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/vm/fm.c
    ! fixed typo and add missing HVM stack preload macros
This commit is contained in:
Przemyslaw Czerpak
2009-03-29 17:51:15 +00:00
parent 7f1dcb2a81
commit 662fedaaf2
2 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-03-29 19:57 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/fm.c
! fixed typo and add missing HVM stack preload macros
2009-03-29 19:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbapi.h
* harbour/include/hbstack.h

View File

@@ -333,7 +333,7 @@ typedef void * PHB_MEMINFO;
typedef struct
{
int count;
mspace * ms;
mspace ms;
} HB_MSPACE, * PHB_MSPACE;
static mspace s_gm = NULL;
@@ -424,6 +424,7 @@ void hb_xinit_thread( void )
void hb_xexit_thread( void )
{
#if defined( HB_FM_DLMT_ALLOC )
HB_STACK_TLS_PRELOAD
if( hb_stack.allocator != NULL )
{
HB_FM_LOCK
@@ -1070,6 +1071,7 @@ void hb_xexit( void ) /* Deinitialize fixed memory subsystem */
ULONG hb_xquery( USHORT uiMode )
{
HB_STACK_TLS_PRELOAD
ULONG ulResult;
HB_TRACE(HB_TR_DEBUG, ("hb_xquery(%hu)", uiMode));