made to fit on PDP-11 ...

This commit is contained in:
ceriel
1988-07-05 19:06:40 +00:00
parent 44014704a0
commit afc4d5211b
7 changed files with 28 additions and 38 deletions

View File

@@ -642,7 +642,7 @@ CodeDesig(nd, ds)
break;
case Arrsel:
assert(nd->nd_symb == '[');
assert(nd->nd_symb == '[' || nd->nd_symb == ',');
CodeDesig(nd->nd_left, ds);
CodeAddress(ds);