Browse Source

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

git-svn-id: trunk@22469 -

Jonas Maebe 13 years ago
parent
commit
032d96b415
1 changed files with 3 additions and 0 deletions
  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