소스 검색

* handle aitconst_darwin_dwarf_delta32 and aitconst_darwin_dwarf_delta64 in
tai_const.size (fixes internalerror when using the internal Mach-O
assembler with DWARF debug info, patch by Dmitry Boyarintsev, mantis
#16640)

git-svn-id: trunk@15391 -

Jonas Maebe 15 년 전
부모
커밋
b4687b5a13
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      compiler/aasmtai.pas

+ 2 - 2
compiler/aasmtai.pas

@@ -1305,9 +1305,9 @@ implementation
             result:=1;
           aitconst_16bit :
             result:=2;
-          aitconst_32bit :
+          aitconst_32bit,aitconst_darwin_dwarf_delta32:
             result:=4;
-          aitconst_64bit :
+          aitconst_64bit,aitconst_darwin_dwarf_delta64:
             result:=8;
           aitconst_secrel32_symbol,
           aitconst_rva_symbol :