Browse Source

* fix range error with tai_const

peter 21 years ago
parent
commit
7685cf9c78
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/aggas.pas

+ 5 - 2
compiler/aggas.pas

@@ -464,7 +464,7 @@ var
                  if found then
                   begin
                     hp:=tai(hp.next);
-                    s:=','+tostr(tai_const(hp).value);
+                    s:=','+tostru(tai_const(hp).value);
                     AsmWrite(s);
                     inc(l,length(s));
                   end;
@@ -832,7 +832,10 @@ var
 end.
 {
   $Log$
-  Revision 1.37  2003-11-12 16:05:39  florian
+  Revision 1.38  2003-12-10 17:13:22  peter
+    * fix range error with tai_const
+
+  Revision 1.37  2003/11/12 16:05:39  florian
     * assembler readers OOPed
     + typed currency constants
     + typed 128 bit float constants if the CPU supports it