* fixed handling of currency in int_to_int conversions

git-svn-id: branches/jvmbackend@18741 -
This commit is contained in:
Jonas Maebe 2011-08-20 08:31:12 +00:00
parent 48d63f2c75
commit af489b99de

View File

@ -222,7 +222,8 @@ implementation
function tjvmtypeconvnode.first_int_to_real: tnode;
begin
if not is_64bitint(left.resultdef) then
if not is_64bitint(left.resultdef) and
not is_currency(left.resultdef) then
if is_signed(left.resultdef) or
(left.resultdef.size<4) then
inserttypeconv(left,s32inttype)