Commit 23409b8
Return E_UNEXPECTED instead of S_FALSE from GetInterpreterCallDvarOffset
Caller uses IfFailRet which treats S_FALSE as success. With the IsInterpreted() gating
in place, neither S_FALSE return path is reachable on the happy path, so propagate them
as real errors.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8afd1eb commit 23409b8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5139 | 5139 | | |
5140 | 5140 | | |
5141 | 5141 | | |
5142 | | - | |
| 5142 | + | |
5143 | 5143 | | |
5144 | 5144 | | |
5145 | 5145 | | |
| |||
5151 | 5151 | | |
5152 | 5152 | | |
5153 | 5153 | | |
5154 | | - | |
| 5154 | + | |
5155 | 5155 | | |
5156 | 5156 | | |
5157 | 5157 | | |
| |||
0 commit comments