From: ceriel Date: Fri, 22 Apr 1988 18:49:13 +0000 (+0000) Subject: corrected wait systemcall X-Git-Tag: release-5-5~3341 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d6f2d2f25cbdc30a816fd08f938408c5e12d0336;p=ack.git corrected wait systemcall --- 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