Browse Source

- removed too early assignment of have_first_symbol:=true, making the later
check of "if not have_first_symbol and dosub then" always evaluate to
false (found by looking at the results of constant propagation :)

git-svn-id: trunk@26011 -

Jonas Maebe 11 years ago
parent
commit
f348e89112
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/assemble.pas

+ 0 - 1
compiler/assemble.pas

@@ -891,7 +891,6 @@ Implementation
                   move(pstart^,hs[1],len);
                   hs[0]:=chr(len);
                   sym:=objdata.symbolref(hs);
-                  have_first_symbol:=true;
                   { Second symbol? }
                   if assigned(relocsym) then
                     begin