summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/aoptobj.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/aoptobj.pas b/compiler/aoptobj.pas
index 41fa127044..862b520a6b 100644
--- a/compiler/aoptobj.pas
+++ b/compiler/aoptobj.pas
@@ -1096,7 +1096,7 @@ Unit AoptObj;
is the opposite of hp (so this one is never taken), but after
that one there is a branch that will be taken, so perform a
little hack: set p1 equal to this instruction (that's what the
- last SkipLabels is for, only works with short bool evaluation) }
+ last SkipLabels is for, only works with short bool evaluation)}
(conditions_equal(taicpu(p1).condition,inverse_cond(hp.condition)) and
SkipLabels(p1,p2) and
(p2.typ = ait_instruction) and