Browse Source

+ flag when a procedure generated exception table data

git-svn-id: branches/debug_eh@41283 -
florian 6 years ago
parent
commit
e2c83edc2a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      compiler/globtype.pas

+ 3 - 1
compiler/globtype.pas

@@ -702,7 +702,9 @@ interface
            to restore DS segment register  }
          pi_has_open_array_parameter,
          { subroutine uses threadvars }
-         pi_uses_threadvar
+         pi_uses_threadvar,
+         { set if the procedure has generated data which shall go in an except table }
+         pi_has_except_table_data
        );
        tprocinfoflags=set of tprocinfoflag;