2011-06-23 09:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* src/vm/classes.c
    ! error if HB_USE_PROFILER is defined. Patch from Teo Fonrouge.
This commit is contained in:
Viktor Szakats
2011-06-23 07:50:50 +00:00
parent dd5f6460b9
commit cc606c3e9a
2 changed files with 5 additions and 0 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-06-23 09:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* src/vm/classes.c
! error if HB_USE_PROFILER is defined. Patch from Teo Fonrouge.
2011-06-21 16:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
* -vcshead= option made more robust by eliminating redirection

View File

@@ -4844,6 +4844,7 @@ HB_FUNC_STATIC( msgNull )
#ifndef HB_NO_PROFILER
void hb_mthAddTime( HB_ULONG ulClockTicks )
{
HB_STACK_TLS_PRELOAD
PHB_ITEM pObject = hb_stackSelfItem();
PCLASS pClass = s_pClasses[ hb_objGetClassH( pObject ) ];
HB_USHORT uiMethod = hb_stackBaseItem()->item.asSymbol.stackstate->uiMethod;