* ada-lang.c (resolve_subexp): Add handling of OP_REGISTER

expressions.  These expressions do not need to be rewriten.
This commit is contained in:
Joel Brobecker 2008-01-03 19:15:10 +00:00
parent e9a0edba72
commit b3dbf0087f
2 changed files with 6 additions and 0 deletions

View file

@ -2999,6 +2999,7 @@ resolve_subexp (struct expression **expp, int *pos, int deprocedure_p,
break;
case OP_TYPE:
case OP_REGISTER:
return NULL;
}