summaryrefslogtreecommitdiff
path: root/compiler/avr/symcpu.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/avr/symcpu.pas')
-rw-r--r--compiler/avr/symcpu.pas6
1 files changed, 5 insertions, 1 deletions
diff --git a/compiler/avr/symcpu.pas b/compiler/avr/symcpu.pas
index 1379dc163c..fc61cff9f8 100644
--- a/compiler/avr/symcpu.pas
+++ b/compiler/avr/symcpu.pas
@@ -26,7 +26,7 @@ unit symcpu;
interface
uses
- symdef,symsym;
+ symtype,symdef,symsym;
type
{ defs }
@@ -164,6 +164,10 @@ type
tcpusyssymclass = class of tcpusyssym;
+const
+ pbestrealtype : ^tdef = @s64floattype;
+
+
implementation
begin