瀏覽代碼

* fixed compilation after removal of ait_set, ait_thumb_set and ait_symbol_pair

git-svn-id: branches/hlcgllvm@30243 -
Jonas Maebe 10 年之前
父節點
當前提交
bc7ba58798
共有 1 個文件被更改,包括 1 次插入13 次删除
  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);