* correctly allocate the space for the 5 registers that are stored

git-svn-id: trunk@38054 -
This commit is contained in:
svenbarth 2018-01-26 21:48:07 +00:00
parent ea193bc993
commit 8522474457

View File

@ -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