[fpc-devel] FPC 3.0.0-rc2 release
Florian Klaempfl
florian at freepascal.org
Fri Nov 6 20:07:32 CET 2015
Am 21.10.2015 um 14:48 schrieb Max Nazhalov:
>
> I doubt it ever had been working.. (that glitch I've seen and
> forgotten in a hurry some years ago)
>
> Example [i386-win32 target]:
> var
> a, b: array [0..111] of byte; // some arbitrarily not-so-large entities
> begin
> a := b;
> end.
>
> Result:
> ...
> mov edi,offset U_$P$PROGRAM_$$_A
> mov esi,offset U_$P$PROGRAM_$$_B
> mov ecx,28
> rep rep ; <<<<<<<<<<<< ???????????????
> call fpc_do_exit
> ...
>
I have fixed it.
More information about the fpc-devel
mailing list