mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 00:08:43 +02:00
m68k: add missing FINT and FINTRZ instructions to spilling_get_operation_type()
git-svn-id: trunk@47266 -
This commit is contained in:
parent
3aa0d92c79
commit
55d4ffa9de
@ -513,7 +513,8 @@ type
|
||||
A_FABS, A_FSABS, A_FDABS,
|
||||
A_FSQRT, A_FSSQRT, A_FDSQRT,
|
||||
A_FNEG, A_FSNEG, A_FDNEG,
|
||||
A_FSIN, A_FCOS:
|
||||
A_FSIN, A_FCOS,
|
||||
A_FINT, A_FINTRZ:
|
||||
if ops = 1 then
|
||||
begin
|
||||
if opnr = 0 then
|
||||
|
Loading…
Reference in New Issue
Block a user