Преглед на файлове

* fixed passing currency variables to arrayconstructors on platforms where
currency=int64

git-svn-id: trunk@1400 -

Jonas Maebe преди 20 години
родител
ревизия
758337d115
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      compiler/ncgld.pas

+ 2 - 0
compiler/ncgld.pas

@@ -778,6 +778,8 @@ implementation
                        if is_64bit(lt) then
                          begin
                             case torddef(lt).typ of
+                              scurrency:
+                                vtype:=vtCurrency;
                               s64bit:
                                 vtype:=vtInt64;
                               u64bit: