mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 16:49:26 +01:00
* added dummy local var to boundcheck to force stackframe generation
This commit is contained in:
parent
ecd28082fd
commit
d581decb97
@ -823,6 +823,7 @@ begin
|
|||||||
{$else not SYSTEMDEBUG}
|
{$else not SYSTEMDEBUG}
|
||||||
procedure int_boundcheck;assembler;[public,alias: 'FPC_BOUNDCHECK'];
|
procedure int_boundcheck;assembler;[public,alias: 'FPC_BOUNDCHECK'];
|
||||||
{$endif not SYSTEMDEBUG}
|
{$endif not SYSTEMDEBUG}
|
||||||
|
var dummy_to_force_stackframe_generation_for_trace: Longint;
|
||||||
{
|
{
|
||||||
called with:
|
called with:
|
||||||
%ecx - value
|
%ecx - value
|
||||||
@ -872,7 +873,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.53 1999-08-19 12:50:08 pierre
|
Revision 1.54 1999-09-15 13:04:04 jonas
|
||||||
|
* added dummy local var to boundcheck to force stackframe generation
|
||||||
|
|
||||||
|
Revision 1.53 1999/08/19 12:50:08 pierre
|
||||||
* changes for fail support
|
* changes for fail support
|
||||||
|
|
||||||
Revision 1.52 1999/08/18 10:43:31 pierre
|
Revision 1.52 1999/08/18 10:43:31 pierre
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user