소스 검색

* re-added aasmdata because it's required when compiling a compiler for the
jvm target

git-svn-id: trunk@22469 -

Jonas Maebe 13 년 전
부모
커밋
032d96b415
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      compiler/symdef.pas

+ 3 - 0
compiler/symdef.pas

@@ -37,6 +37,9 @@ interface
        node,
        { aasm }
        aasmbase,aasmtai,
+{$ifdef jvm}
+       aasmdata,
+{$endif}
        cpubase,cpuinfo,
        cgbase,
        parabase