Преглед изворни кода

* 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.