Unfortunately I managed to supply the EasyImports.patch twice, please
drop Mantis #21168 as a dupe of #21167. Sorry for the inconvenience :-(
Starting with this patch I suggest further improvements of fpdoc. Except
for the RTL docs, which require a couple of special compiler options for
every
On 26/01/2012 13:56, Pierre Free Pascal wrote:
Yes, you are right...
I just committed a fix (together with multi-threaded windows executable
support in trunk)
If you have svn trunk, could you check that revision 20181 fixes
the problem you report?
Thanks in advance,
It looks right from the
> Hello everyone,
>
> I am trying to compile the following code:
>
> procedure XORBuff(I1, I2: Pointer; Size: Integer; Dest:
> Pointer); {$IFDEF FPC}
> {$ASMMODE INTEL}
> {$ENDIF}
> asm
>AND ECX,ECX
>JZ@@5
>PUSH ESI
>PUSH EDI
>MOV ESI,EAX
>
Hello everyone,
I am trying to compile the following code:
procedure XORBuff(I1, I2: Pointer; Size: Integer; Dest: Pointer);
{$IFDEF FPC}
{$ASMMODE INTEL}
{$ENDIF}
asm
AND ECX,ECX
JZ@@5
PUSH ESI
PUSH EDI
MOV ESI,EAX
MOV EDI,Dest
@@1: TEST
Yes, you are right...
I just committed a fix (together with multi-threaded windows executable
support in trunk)
If you have svn trunk, could you check that revision 20181 fixes
the problem you report?
Thanks in advance,
Pierre
> -Message d'origine-
> DeĀ : fpc-devel-boun...@lists.free