소스 검색

+ comment to explain last commit

florian 1 년 전
부모
커밋
e88248d453
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compiler/aoptobj.pas

+ 2 - 0
compiler/aoptobj.pas

@@ -1934,6 +1934,8 @@ Unit AoptObj;
                           repeat
                             with tai_label(tmp).labsym do
                               begin
+                                { alt_addr is needed so alignment directives before
+                                  jump tables e.g. for arm thumb are not removed }
                                 if not(labeltype in [alt_addr,alt_jump]) then
                                   begin
                                     { Non-jump label - skip over }