Browse Source

* added dummy local var to boundcheck to force stackframe generation

Jonas Maebe 26 years ago
parent
commit
d581decb97
1 changed files with 5 additions and 1 deletions
  1. 5 1
      rtl/i386/i386.inc

+ 5 - 1
rtl/i386/i386.inc

@@ -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