mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Fix for GT-2682
This commit is contained in:
parent
79d8f164f8
commit
3067576168
@ -1473,8 +1473,10 @@ expr_apply returns [Object value]
|
||||
;
|
||||
|
||||
expr_operands returns [VectorSTL<ExprTree> value]
|
||||
scope Return;
|
||||
@init {
|
||||
$value = new VectorSTL<ExprTree>();
|
||||
$Return::noReturn = false;
|
||||
}
|
||||
: (e=expr { value.push_back(e); })*
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user