2002-01-29 08:48 UTC+0000 Dave Pearson <davep@davep.org>
* source/vm/hvm.c
* Removed unused szTemp variable from hb_vmPushStringPcode.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
* source/rtl/saverest.c
|
||||
* include/hbapi.h
|
||||
* source/vm/extend.c
|
||||
* hb_retcconst() and hb_retcbuffer() renamed into
|
||||
|
||||
instructions.
|
||||
|
||||
2002-01-29 10:00 UTC+0100 Antonio Linares <alinares@fivetech.com>
|
||||
|
||||
@@ -3831,7 +3831,6 @@ void hb_vmPushString( char * szText, ULONG length )
|
||||
|
||||
void hb_vmPushStringPcode( char * szText, ULONG length )
|
||||
{
|
||||
char * szTemp;
|
||||
PHB_ITEM pStackTopItem = hb_stackTopItem();
|
||||
|
||||
HB_TRACE(HB_TR_DEBUG, ("hb_vmPushStringPcode(%s, %lu)", szText, length));
|
||||
@@ -4856,4 +4855,4 @@ HB_FUNC( __OPGETPRF ) /* profiler: It returns an array with an opcode called and
|
||||
hb_stornl( hb_ulOpcodesCalls[ ulOpcode ], -1, 1 );
|
||||
hb_stornl( hb_ulOpcodesTime[ ulOpcode ], -1, 2 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user