From: "Florian Klaempfl" <[EMAIL PROTECTED]>

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.


_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to