2009-11-26 22:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/vm/hvm.c
! fixed typo in HB_TRACE message - thanks to Tamas for the info.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-11-26 22:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/vm/hvm.c
|
||||
! fixed typo in HB_TRACE message - thanks to Tamas for the info.
|
||||
|
||||
2009-11-26 22:26 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/vm/garbage.c
|
||||
% small improvement in HB_GC_AUTO code
|
||||
|
||||
@@ -11401,7 +11401,7 @@ void hb_vmIsStackRef( void )
|
||||
|
||||
void hb_vmUpdateAllocator( PHB_ALLOCUPDT_FUNC pFunc, int iCount )
|
||||
{
|
||||
HB_TRACE(HB_TR_DEBUG, ("hb_vmUpdateAllocator(%p, %d)", pFunc, int iCount));
|
||||
HB_TRACE(HB_TR_DEBUG, ("hb_vmUpdateAllocator(%p, %d)", pFunc, iCount));
|
||||
|
||||
#if defined( HB_MT_VM )
|
||||
if( s_vmStackLst )
|
||||
|
||||
Reference in New Issue
Block a user