Browse Source

Fixed typo

git-svn-id: trunk@30238 -
Jeppe Johansen 10 years ago
parent
commit
60f24739fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/assemble.pas

+ 1 - 1
compiler/assemble.pas

@@ -1549,7 +1549,7 @@ Implementation
                end;
              ait_symbolpair:
                begin
-                 if tai_symbolpair(hp).kind<>spk_set then
+                 if tai_symbolpair(hp).kind=spk_set then
                    begin
                      objsym:=ObjData.symbolref(tai_symbolpair(hp).sym^);
                      ref:=objdata.symbolref(tai_symbolpair(hp).value^);