Selaa lähdekoodia

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

git-svn-id: trunk@1400 -

Jonas Maebe 20 vuotta sitten
vanhempi
commit
758337d115
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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: