summaryrefslogtreecommitdiff
path: root/compiler/ncal.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ncal.pas')
-rw-r--r--compiler/ncal.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/ncal.pas b/compiler/ncal.pas
index b93e2eeffd..e87272a467 100644
--- a/compiler/ncal.pas
+++ b/compiler/ncal.pas
@@ -56,7 +56,8 @@ interface
cnf_call_never_returns, { information for the dfa that a subroutine never returns }
cnf_call_self_node_done,{ the call_self_node has been generated if necessary
(to prevent it from potentially happening again in a wrong context in case of constant propagation or so) }
- cnf_ignore_visibility { internally generated call that should ignore visibility checks }
+ cnf_ignore_visibility, { internally generated call that should ignore visibility checks }
+ cnf_check_fpu_exceptions { after the call fpu exceptions shall be checked }
);
tcallnodeflags = set of tcallnodeflag;