Merge remote-tracking branch 'origin/caheckman_GT-2682' into Ghidra_9.0.2

This commit is contained in:
ghidravore 2019-04-02 18:24:22 -04:00
commit 3f5f837044

View File

@ -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); })*
;