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 '!'
|
||||
{
|
||||
$$ = nullgen;
|
||||
$$.type = D_XPOST;
|
||||
$$.offset = $2;
|
||||
$$.reg = $2;
|
||||
$$.offset = $4;
|
||||
}
|
||||
| '(' sreg ')' '(' indexreg ')'
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue