From: ceriel Date: Mon, 11 Jan 1993 12:46:04 +0000 (+0000) Subject: Fixed error: ] was missing in translation of COM X-Git-Tag: release-5-5~363 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5f7f7bf194b31b1de35dcf7492c720c46339bc5c;p=ack.git Fixed error: ] was missing in translation of COM --- diff --git a/mach/sparc/ce/EM_table.x b/mach/sparc/ce/EM_table.x index 231c62a45..1194d33a8 100644 --- a/mach/sparc/ce/EM_table.x +++ b/mach/sparc/ce/EM_table.x @@ -2852,7 +2852,7 @@ C_com_narg ==> "ld [$reg_sp+$a], $b"; "not $a, $c"; "bnz 1b"; - "st $c, [$reg_sp+$a"; + "st $c, [$reg_sp+$a]"; free_reg(a); free_reg(b); free_reg(c);