We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149a170 commit 14de1a8Copy full SHA for 14de1a8
src/coreclr/vm/dllimportcallback.cpp
@@ -236,12 +236,12 @@ PCODE TheUMEntryPrestubWorker(UMEntryThunkData * pUMEntryThunkData)
236
}
237
238
#ifdef FEATURE_INTERPRETER
239
- PCODE pInterpreterTarget = pUMEntryThunkData->GetInterpreterTarget();
240
- if (pInterpreterTarget != (PCODE)0)
241
- {
242
- t_MostRecentUMEntryThunkData = pUMEntryThunkData;
243
- return pInterpreterTarget;
244
- }
+ PCODE pInterpreterTarget = pUMEntryThunkData->GetInterpreterTarget();
+ if (pInterpreterTarget != (PCODE)0)
+ {
+ t_MostRecentUMEntryThunkData = pUMEntryThunkData;
+ return pInterpreterTarget;
+ }
245
#endif // FEATURE_INTERPRETER
246
247
// Verify the current thread isn't in COOP mode.
0 commit comments