Skip to content

Commit

Permalink
FIx riscv64 build break due to NDirectImportPrecode::Type conflict wi…
Browse files Browse the repository at this point in the history
…th ThisPtrRetBufPrecode::Type (dotnet#92087)
  • Loading branch information
tommcdon authored Sep 14, 2023
1 parent 44b90e0 commit 0bd3623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/vm/precode.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ typedef DPTR(StubPrecode) PTR_StubPrecode;
// (This is fake precode. VTable slot does not point to it.)
struct NDirectImportPrecode : StubPrecode
{
static const int Type = 0x02;
static const int Type = 0x05;

void Init(NDirectImportPrecode* pPrecodeRX, MethodDesc* pMD, LoaderAllocator *pLoaderAllocator);

Expand Down

0 comments on commit 0bd3623

Please sign in to comment.