This commit is contained in:
ceriel 1987-02-02 21:49:57 +00:00
parent d76349f200
commit 74114081ef

View file

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