This commit is contained in:
ceriel 1987-02-02 21:49:57 +00:00
parent 9ff6538f47
commit 3b818e9dec

View File

@ -321,15 +321,11 @@ index : '(' R16 '+' expr ')'
}
| '(' R16 '-' expr ')'
{
#ifdef ASLD
if ($2!=IX && $2!=IY) serror("register error");
fit(fitb($4.val));
exp_ind = $4;
RELOMOVE(rel_ind, relonami);
$$ = $2;
#else ASLD
serror("relocation error");
#endif ASLD
}
;
ind : indir