浏览代码

* 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