Skip to content
  • sergei's avatar
    * Set pi_do_call flag explicitly when procedure has a parameter or local var... · adeb8c93
    sergei authored
    * Set pi_do_call flag explicitly when procedure has a parameter or local var that require finalization. Normally it is set by implicit try..finally node, but this node is absent when compiling in {$implicitexceptions off} mode. This may cause internal errors in pass 2 if pi_do_call has not been set by other means.
    Fixes IE when compiling Lazarus for MIPS target.
    + Test.
    
    git-svn-id: trunk@29590 -
    adeb8c93