From 133ecee90da0f0cc353fcf5d739a38bc6d387e9d Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 9 Jun 1989 09:53:29 +0000 Subject: [PATCH] fixed typo --- mach/m68020/libem/trp.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/m68020/libem/trp.s b/mach/m68020/libem/trp.s index 50faa71b3..6ab0f3865 100644 --- a/mach/m68020/libem/trp.s +++ b/mach/m68020/libem/trp.s @@ -31,7 +31,7 @@ fmt: .asciz "%s\n" jsr (a0) add.l #4, sp #if _M68881 - fmovem.x (sp)+,fp0-fp7,-(sp) + fmovem.x (sp)+,fp0-fp7 #endif movem.l (sp)+,d2-d7/a1-a5 3: -- 2.34.1