From 65353b14174c866040175042c531220e48e55935 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 24 Feb 1995 11:53:43 +0000 Subject: [PATCH] Fix: description of setxx should write arg --- mach/i386/ncg/table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/i386/ncg/table b/mach/i386/ncg/table index a07ea52fd..e2580d93c 100644 --- a/mach/i386/ncg/table +++ b/mach/i386/ncg/table @@ -233,7 +233,7 @@ jne label cost(1,4). jmp label cost(1,4). proccall "call" label+rm cost(1,8). jxx "syntax error" label cost(1,4). -setxx "syntax error" REG cost(2,4). +setxx "syntax error" REG:rw cost(2,4). lea anyreg:rw, halfindir:ro. lea LOCAL:rw, halfindir:ro. /* only for register variables, UNSAFE!!! */ leave cost(1,4). -- 2.34.1