浏览代码

* real consts are now stored in text segment so they can be easier accessed

git-svn-id: trunk@1176 -
florian 20 年之前
父节点
当前提交
c67502ac2c
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      compiler/arm/cpunode.pas

+ 3 - 1
compiler/arm/cpunode.pas

@@ -38,7 +38,9 @@ unit cpunode;
        narmcal,
        narmmat,
        narminl,
-       narmcnv
+       narmcnv,
+       narmcon
        ;
 
+
 end.