forked from Imagelibrary/binutils-gdb
* ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
expressions. These expressions do not need to be rewriten.
This commit is contained in:
@@ -2999,6 +2999,7 @@ resolve_subexp (struct expression **expp, int *pos, int deprocedure_p,
|
||||
break;
|
||||
|
||||
case OP_TYPE:
|
||||
case OP_REGISTER:
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user