소스 검색

Set cai_align and cai_cpu

git-svn-id: trunk@22769 -
pierre 12 년 전
부모
커밋
6bc6036fd5
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      compiler/m68k/aasmcpu.pas

+ 3 - 0
compiler/m68k/aasmcpu.pas

@@ -583,4 +583,7 @@ type
       end;
       end;
 
 
 
 
+begin
+  cai_align:=tai_align;
+  cai_cpu:=taicpu;
 end.
 end.