Fixed error: ] was missing in translation of COM

This commit is contained in:
ceriel 1993-01-11 12:46:04 +00:00
parent 4aa3ae80c8
commit 31a4b8a26f

View File

@ -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);