* ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
expressions. These expressions do not need to be rewriten.
This commit is contained in:
parent
e9a0edba72
commit
b3dbf0087f
2 changed files with 6 additions and 0 deletions
|
@ -2999,6 +2999,7 @@ resolve_subexp (struct expression **expp, int *pos, int deprocedure_p,
|
|||
break;
|
||||
|
||||
case OP_TYPE:
|
||||
case OP_REGISTER:
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue