modified to use PAREN_OPEN and PAREN_CLOSE
This commit is contained in:
parent
ea9e90d785
commit
63a89b7080
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
/* 68000 desciptor table for ACK target optimizer */
|
/* 68000 desciptor table for ACK target optimizer */
|
||||||
|
|
||||||
MAXOP 2;
|
MAXOP 2;
|
||||||
|
PAREN_OPEN "(";
|
||||||
|
PAREN_CLOSE ")";
|
||||||
|
|
||||||
%%;
|
%%;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue