7a: fix post increment operands
This commit is contained in:
parent
14c7edf96e
commit
275fbc93fd
1 changed files with 3 additions and 1 deletions
|
@ -542,8 +542,10 @@ ioreg:
|
||||||
}
|
}
|
||||||
| '(' sreg ')' con '!'
|
| '(' sreg ')' con '!'
|
||||||
{
|
{
|
||||||
|
$$ = nullgen;
|
||||||
$$.type = D_XPOST;
|
$$.type = D_XPOST;
|
||||||
$$.offset = $2;
|
$$.reg = $2;
|
||||||
|
$$.offset = $4;
|
||||||
}
|
}
|
||||||
| '(' sreg ')' '(' indexreg ')'
|
| '(' sreg ')' '(' indexreg ')'
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue