Conversation
Contributes to dotnet#72316
| ImportCall(opCode, token); | ||
| } | ||
|
|
||
| private void ImportJmp(int token) |
There was a problem hiding this comment.
This is just to have all call-like opcodes together.
|
I considered adding a case for this to PInvoke smoke tests, but it would not actually catch the problem since the MarshalDirectiveException is rooted in other ways there. |
We could probably test this by having a calli that needs to do marshalling (maybe something along the lines of a calli that returns But also it's probably not worth the effort. |
Contributes to #72316