[lazarus] lazarus vs. xml

LeVA leva at az.isten.hu
Fri Dec 19 03:51:44 EST 2003


Peter Vreman írta:
> 
> 
> --- strings.old 2003-12-19 07:35:12.000000000 +0100
> +++ strings.inc 2003-12-19 07:37:56.000000000 +0100
> @@ -240,14 +240,18 @@
>          repne
>          scasb
>          not     %ecx
> +{$ifdef REGCALL}
>          cmpl    saveecx,%ecx
>          jl      .LSTRLCOMP1
>          movl    saveecx,%ecx
>  .LSTRLCOMP1:
> -{$ifdef REGCALL}
>          movl    saveedx,%edi
>          movl    saveeax,%esi
>  {$else}
> +        cmpl    l,%ecx
> +        jl      .LSTRLCOMP1
> +        movl    l,%ecx
> +.LSTRLCOMP1:
>          movl    str2,%edi
>          movl    str1,%esi
>  {$endif}
> @@ -333,14 +337,18 @@
>          repne
>          scasb
>          not     %ecx
> +{$ifdef REGCALL}
>          cmpl    saveecx,%ecx
>          jl      .LSTRLICOMP5
>          movl    saveecx,%ecx
>  .LSTRLICOMP5:
> -{$ifdef REGCALL}
>          movl    saveedx,%edi
>          movl    saveeax,%esi
>  {$else}
> +        cmpl    l,%ecx
> +        jl      .LSTRLICOMP5
> +        movl    l,%ecx
> +.LSTRLICOMP5:
>          movl    str2,%edi
>          movl    str1,%esi
>  {$endif}
> 

Big thanks goes to Peter Vreman :D

Daniel


-- 
LeVA







More information about the Lazarus mailing list