Parcourir la source

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

git-svn-id: trunk@1176 -
florian il y a 20 ans
Parent
commit
c67502ac2c
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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.