mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-23 11:09:20 +02: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
79b6ab36af
commit
07ac389407
@ -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