[fpc-devel] ARM compiler issues

Yury Sidorov jura at ce.blagovest.com
Sun Jul 3 17:16:30 CEST 2005


From: "Florian Klaempfl" <F.Klaempfl at gmx.de>

>> 2. The following code produces wrong assemler code:
>> 
>> var
>>   i: DWORD;
>> begin
>>   i:=PDWORD($1234);
>> end;
> 
> If you mean
> i:=PDWORD($1234)^;
> 
> It's fixed now.
 
Yes. Thanks.

Yury.





More information about the fpc-devel mailing list