summaryrefslogtreecommitdiff
path: root/compiler/nflw.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nflw.pas')
-rw-r--r--compiler/nflw.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nflw.pas b/compiler/nflw.pas
index 5197d5130d..1909f04207 100644
--- a/compiler/nflw.pas
+++ b/compiler/nflw.pas
@@ -460,7 +460,7 @@ implementation
if hp.resultdef.typ<>pointerdef then
internalerror(2010061904);
inserttypeconv(hp,
- carraydef.create_from_pointer(tpointerdef(hp.resultdef).pointeddef));
+ carraydef.create_from_pointer(tpointerdef(hp.resultdef)));
hp:=cvecnode.create(hp,ctemprefnode.create(innerloopcounter));
addstatement(innerloopbodystatement,
cassignmentnode.create(hloopvar,hp));