From 924d580670eed25472bb3b4b332ba409de30647b Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 7 Apr 1987 09:57:50 +0000 Subject: [PATCH] yet another bug fix --- mach/mantra/int/mloopc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/mantra/int/mloopc b/mach/mantra/int/mloopc index f67f2c134..01391d47c 100644 --- a/mach/mantra/int/mloopc +++ b/mach/mantra/int/mloopc @@ -273,7 +273,7 @@ _Xutime: move.l (sp)+,.retaddr _Xaccess: move.l (sp)+,.retaddr #ifndef lword - bsr st248 + bsr st243 #endif jsr _access lea 8(sp),sp @@ -472,7 +472,7 @@ st248: move.l (sp),-(sp) move.w 8(sp),d0 ext.l d0 move.l d0,4(sp) - move.w 12(sp),d0 + move.w 10(sp),d0 ext.l d0 move.l d0,8(sp) rts