Commit 79dc399
committed
Fixed obvious bug
The special casing of copy-and-cast operation after stride simplification,
the branch where memcpy is applicable did not set returned event to the intended
variable, but rather to the local-scoped one.
This change fixes that logic.1 parent 76b2eb0 commit 79dc399
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments