Skip to content

Commit

Permalink
Set copy variable execution mode to local.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Fourny committed Feb 27, 2024
1 parent 9c8b84c commit 963106d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ public StaticContext visitTransformExpression(TransformExpression expression, St
// first pass.
innerContext.setVariableStorageMode(
copyDecl.getVariableName(),
expression.getVariableHighestStorageMode(this.visitorConfig)
ExecutionMode.LOCAL
);
}
expression.setHighestExecutionMode(ExecutionMode.LOCAL);
Expand Down

0 comments on commit 963106d

Please sign in to comment.