mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 19:39:45 +02:00
* x86: fix spilling of sqrtss and sqrtsd instructions, they cannot have memory as destination.
git-svn-id: trunk@27810 -
This commit is contained in:
parent
22e099d000
commit
1c7a5d5adc
@ -253,6 +253,8 @@ implementation
|
||||
A_ADDSS,
|
||||
A_DIVSD,
|
||||
A_DIVSS,
|
||||
A_SQRTSD,
|
||||
A_SQRTSS,
|
||||
A_SHLD,
|
||||
A_SHRD,
|
||||
A_COMISD,
|
||||
|
Loading…
Reference in New Issue
Block a user