From d6f2d2f25cbdc30a816fd08f938408c5e12d0336 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 22 Apr 1988 18:49:13 +0000 Subject: [PATCH] corrected wait systemcall --- 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 4f31f8aff..b877bf8c1 100644 --- a/mach/mantra/int/mloopc +++ b/mach/mantra/int/mloopc @@ -99,7 +99,7 @@ sys4: cmp.l #-1,d0 _Xwait: move.l (sp)+,.retaddr .sect .data xxxx: - .data4 0, 0 + .data4 0 .sect .text move.l #xxxx,-(sp) jsr _wait @@ -110,7 +110,7 @@ sys6: cmp.l #-1,d0 mov d0,-(sp) mov d0,-(sp) bra 2f -1: mov xxxx+4,-(sp) ! ?? +1: mov d0,-(sp) ! ?? mov xxxx,-(sp) cl -(sp) 2: move.l .retaddr,a0 -- 2.34.1