소스 검색

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

git-svn-id: trunk@38054 -
svenbarth 7 년 전
부모
커밋
8522474457
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      rtl/m68k/int64p.inc

+ 2 - 2
rtl/m68k/int64p.inc

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