mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 14:50:38 +02:00
* correctly allocate the space for the 5 registers that are stored
git-svn-id: trunk@38054 -
This commit is contained in:
parent
ea193bc993
commit
8522474457
@ -26,7 +26,7 @@ asm
|
||||
{$ifndef CPUCOLDFIRE}
|
||||
movem.l d2-d5,-(sp)
|
||||
{$else}
|
||||
tst.l -(sp)
|
||||
lea -20(sp),sp
|
||||
movem.l d2-d6,(sp)
|
||||
{$endif}
|
||||
move.l d0,d5
|
||||
@ -104,7 +104,7 @@ asm
|
||||
move.l d1,d0
|
||||
move.l d2,d1
|
||||
movem.l (sp),d2-d6
|
||||
tst.l (sp)+
|
||||
lea 20(sp),sp
|
||||
{$endif}
|
||||
rts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user