Преглед на файлове

* fixed addr_pic check (symbol-relsymbol is also always
position-independent)

git-svn-id: trunk@9352 -

Jonas Maebe преди 18 години
родител
ревизия
5a7809394e
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      compiler/aasmtai.pas

+ 1 - 0
compiler/aasmtai.pas

@@ -1926,6 +1926,7 @@ implementation
 {$endif}
             if (cs_create_pic in current_settings.moduleswitches) and
               assigned(r.symbol) and
+              not assigned(r.relsymbol) and
               (r.refaddr=addr_no) then
               internalerror(200502052);
             typ:=top_ref;