Explorar o código

* Handle ordinal currency types.

git-svn-id: branches/fpc_2_3@6579 -
daniel %!s(int64=18) %!d(string=hai) anos
pai
achega
f82ec8eb28
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      compiler/ninl.pas

+ 5 - 0
compiler/ninl.pas

@@ -464,6 +464,11 @@ implementation
                       readfunctype:=u64inttype;
                     end;
 {$endif cpu64bit}
+                  scurrency:
+                    begin
+                      name := procprefixes[do_read]+'currency'
+                      readfunctype:=s64currencytype;
+                    end;
                   bool8bit,
                   bool16bit,
                   bool32bit,