mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:39:25 +02:00
* fixed passing currency variables to arrayconstructors on platforms where
currency=int64 git-svn-id: trunk@1400 -
This commit is contained in:
parent
985c70089d
commit
758337d115
@ -778,6 +778,8 @@ implementation
|
||||
if is_64bit(lt) then
|
||||
begin
|
||||
case torddef(lt).typ of
|
||||
scurrency:
|
||||
vtype:=vtCurrency;
|
||||
s64bit:
|
||||
vtype:=vtInt64;
|
||||
u64bit:
|
||||
|
Loading…
Reference in New Issue
Block a user