From 21e42530a8652ae865cfbd2b4840b5c260423e73 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 26 Nov 2009 21:35:09 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 4 ++++ harbour/src/vm/hvm.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3d5a137c2c..96df31fa38 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/src/vm/hvm.c b/harbour/src/vm/hvm.c index 5acb5474e4..fe7e73f14a 100644 --- a/harbour/src/vm/hvm.c +++ b/harbour/src/vm/hvm.c @@ -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 )