* 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
|
@ -1,3 +1,8 @@
|
|||
2008-01-03 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
|
||||
expressions. These expressions do not need to be rewriten.
|
||||
|
||||
2008-01-03 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* dwarf2read.c (read_enumeration_type): Flag type as stub if
|
||||
|
|
|
@ -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