From: ceriel Date: Thu, 5 Mar 1987 19:27:53 +0000 (+0000) Subject: bug fix X-Git-Tag: release-5-5~4500 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4539fd3e0955bc95a43c1c367891d313e762029d;p=ack.git bug fix --- diff --git a/mach/m68020/libem/trp.s b/mach/m68020/libem/trp.s index f5515e962..17e519f60 100644 --- a/mach/m68020/libem/trp.s +++ b/mach/m68020/libem/trp.s @@ -7,10 +7,10 @@ .sect .text .trp: movem.l d0/d1/a0, -(sp) - move.l (16, sp), a0 ! return address - move.l (20, sp), d0 ! error number - move.l a0, (20, sp) - move.l d0, (16, sp) + move.l (12, sp), a0 ! return address + move.l (16, sp), d0 ! error number + move.l a0, (16, sp) + move.l d0, (12, sp) move.l d0,-(sp) cmp.l #16, d0 bcc 1f