|
@@ -313,7 +313,7 @@ unit agsdasz80;
|
|
|
end
|
|
|
else
|
|
|
if consttype in [aitconst_64bit,aitconst_64bit_unaligned] then
|
|
|
- s:=tostr(Word(tai_const(hp).value)) +','+tostr(Word(tai_const(hp).value shr 16))+
|
|
|
+ s:=tostr(Word(tai_const(hp).value)) +','+tostr(Word(tai_const(hp).value shr 16))+','+
|
|
|
tostr(Word(tai_const(hp).value shr 32))+','+tostr(Word(tai_const(hp).value shr 48))
|
|
|
else
|
|
|
s:=tostr(Word(tai_const(hp).value))+','+tostr(Word(tai_const(hp).value shr 16));
|