فهرست منبع

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