mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 10:49:33 +01:00
Revert " * patch by Rika: In i386/set.inc, use “pop mem” instead of “pop reg; mov mem ← reg”, resolves #40443"
This reverts commit cf1683d14c.
This commit is contained in:
parent
6f09604636
commit
8fb803bba6
@ -111,7 +111,8 @@ asm
|
||||
sub $4, %esi
|
||||
ja .L4x_Loop
|
||||
|
||||
popl (%ecx) { Write precalculated tail. }
|
||||
pop %ebx
|
||||
mov %ebx, (%ecx) { Write precalculated tail. }
|
||||
pop %esi
|
||||
pop %ebx
|
||||
ret $4
|
||||
@ -152,7 +153,8 @@ asm
|
||||
sub $4, %esi
|
||||
ja .L4x_Loop
|
||||
|
||||
popl (%ecx) { Write precalculated tail. }
|
||||
pop %ebx
|
||||
mov %ebx, (%ecx) { Write precalculated tail. }
|
||||
pop %esi
|
||||
pop %ebx
|
||||
ret $4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user