mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 04:59:20 +02:00
* fix ingnored assembler error in IndexDWord
This commit is contained in:
parent
4d520d5b93
commit
bf20aa47d9
@ -212,7 +212,7 @@ asm
|
|||||||
movl %ecx,%ebx // Copy for easy manipulation
|
movl %ecx,%ebx // Copy for easy manipulation
|
||||||
movl b,%eax
|
movl b,%eax
|
||||||
repne
|
repne
|
||||||
scasd
|
scasl
|
||||||
jne .Lcharposnotfound
|
jne .Lcharposnotfound
|
||||||
incl %ecx
|
incl %ecx
|
||||||
subl %ecx,%ebx
|
subl %ecx,%ebx
|
||||||
@ -1196,7 +1196,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.72 2000-04-23 09:26:51 jonas
|
Revision 1.73 2000-05-09 06:21:58 pierre
|
||||||
|
* fix ingnored assembler error in IndexDWord
|
||||||
|
|
||||||
|
Revision 1.72 2000/04/23 09:26:51 jonas
|
||||||
+ FPC_SHORTSTR_CONCAT_LEN (temporary, for -dnewoptimizations)
|
+ FPC_SHORTSTR_CONCAT_LEN (temporary, for -dnewoptimizations)
|
||||||
|
|
||||||
Revision 1.71 2000/04/10 09:47:15 jonas
|
Revision 1.71 2000/04/10 09:47:15 jonas
|
||||||
|
Loading…
Reference in New Issue
Block a user