From c67502ac2c55f0e5bb3d02c4ad0af60b5b919ad9 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 24 Sep 2005 16:11:49 +0000 Subject: [PATCH] * real consts are now stored in text segment so they can be easier accessed git-svn-id: trunk@1176 - --- compiler/arm/cpunode.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/arm/cpunode.pas b/compiler/arm/cpunode.pas index ccb32b10f8..89993d5d1f 100644 --- a/compiler/arm/cpunode.pas +++ b/compiler/arm/cpunode.pas @@ -38,7 +38,9 @@ unit cpunode; narmcal, narmmat, narminl, - narmcnv + narmcnv, + narmcon ; + end.