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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user