Commit 6be5694
Fix ResolveGCInfo missing eman/cbh declarations
The ResolveGCInfo helper method referenced eman (IExecutionManager) and
cbh (CodeBlockHandle) without declaring them as local variables.
Add the necessary variable declarations to resolve the build break.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c06f749 commit 6be5694
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7390 | 7390 | | |
7391 | 7391 | | |
7392 | 7392 | | |
| 7393 | + | |
| 7394 | + | |
| 7395 | + | |
7393 | 7396 | | |
7394 | 7397 | | |
7395 | 7398 | | |
7396 | 7399 | | |
7397 | | - | |
| 7400 | + | |
7398 | 7401 | | |
7399 | 7402 | | |
7400 | 7403 | | |
| |||
0 commit comments