소스 검색

* 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: