From 5afe846580b421a8bfc5e7f5a21119c86634cc44 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sat, 4 Mar 2006 22:04:53 +0000 Subject: [PATCH] * fixed simplifying git-svn-id: trunk@2745 - --- compiler/nutils.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/nutils.pas b/compiler/nutils.pas index cc8d72a557..9c965e12d0 100644 --- a/compiler/nutils.pas +++ b/compiler/nutils.pas @@ -634,6 +634,7 @@ implementation begin treechanged:=true; n:=hn; + resulttypepass(n); end; end;