Fixed error: ] was missing in translation of COM

This commit is contained in:
ceriel 1993-01-11 12:46:04 +00:00
parent dc108fd084
commit 5f7f7bf194

View file

@ -2852,7 +2852,7 @@ C_com_narg ==>
"ld [$reg_sp+$a], $b"; "ld [$reg_sp+$a], $b";
"not $a, $c"; "not $a, $c";
"bnz 1b"; "bnz 1b";
"st $c, [$reg_sp+$a"; "st $c, [$reg_sp+$a]";
free_reg(a); free_reg(a);
free_reg(b); free_reg(b);
free_reg(c); free_reg(c);