mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 04:26:13 +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
|
if is_64bit(lt) then
|
||||||
begin
|
begin
|
||||||
case torddef(lt).typ of
|
case torddef(lt).typ of
|
||||||
|
scurrency:
|
||||||
|
vtype:=vtCurrency;
|
||||||
s64bit:
|
s64bit:
|
||||||
vtype:=vtInt64;
|
vtype:=vtInt64;
|
||||||
u64bit:
|
u64bit:
|
||||||
|
Loading…
Reference in New Issue
Block a user