mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Fix for GT-2682
This commit is contained in:
parent
79d8f164f8
commit
3067576168
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue