Browse Source

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

git-svn-id: trunk@1176 -
florian 20 years ago
parent
commit
c67502ac2c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      compiler/arm/cpunode.pas

+ 3 - 1
compiler/arm/cpunode.pas

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