Bladeren bron

* fixed compilation after removal of ait_set, ait_thumb_set and ait_symbol_pair

git-svn-id: branches/hlcgllvm@30243 -
Jonas Maebe 10 jaren geleden
bovenliggende
commit
bc7ba58798
1 gewijzigde bestanden met toevoegingen van 1 en 13 verwijderingen
  1. 1 13
      compiler/llvm/agllvm.pas

+ 1 - 13
compiler/llvm/agllvm.pas

@@ -945,19 +945,7 @@ implementation
               asmwrite('* ');
               asmwriteln(LlvmAsmSymName(taillvmalias(hp).oldsym));
             end;
-         {$ifdef arm}
-          ait_thumb_func:
-            begin
-              { should be emitted as part of the function def }
-              internalerror(2013010706);
-            end;
-          ait_thumb_set:
-            begin
-              { should be emitted as part of the symbol def }
-              internalerror(2013010707);
-            end;
-         {$endif arm}
-          ait_set:
+          ait_symbolpair:
             begin
               { should be emitted as part of the symbol def }
               internalerror(2013010708);