Skip to content

Commit

Permalink
[clr][RISC-V] Fix build fail (#84608)
Browse files Browse the repository at this point in the history
- Failed due to #84221
  • Loading branch information
clamp03 authored Apr 11, 2023
1 parent 1487522 commit 62e026e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/codegenriscv64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2345,7 +2345,7 @@ void CodeGen::genCodeForInitBlkUnroll(GenTreeBlk* node)
}
}

void CodeGen::genCodeForCpObj(GenTreeObj* cpObjNode)
void CodeGen::genCodeForCpObj(GenTreeBlk* cpObjNode)
{
GenTree* dstAddr = cpObjNode->Addr();
GenTree* source = cpObjNode->Data();
Expand Down

0 comments on commit 62e026e

Please sign in to comment.