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.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to