summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-12-16 22:41:24 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-12-16 22:41:24 +0000
commit583c8769e09b7567bd58934cdee102074c7b49ef (patch)
treeda12d6813afa45c554576c78230aee0d14e8c8d8 /compiler
parent16dc7404657b56ff33ec40dd98002542605184b4 (diff)
downloadfpc-583c8769e09b7567bd58934cdee102074c7b49ef.tar.gz
* clarified comment for fc_unwind_*
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@35142 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler')
-rw-r--r--compiler/pass_2.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/pass_2.pas b/compiler/pass_2.pas
index 452ff231ae..614d0447c5 100644
--- a/compiler/pass_2.pas
+++ b/compiler/pass_2.pas
@@ -35,7 +35,7 @@ uses
fc_continue,
fc_inflowcontrol,
fc_gotolabel,
- { in try block of try..finally }
+ { in try block of try..finally and target uses specific unwinding }
fc_unwind_exit,
fc_unwind_loop,
{ the left side of an expression is already handled, so we are