Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sirntar committed Feb 19, 2025
1 parent 0f812b6 commit 2d6aee5
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 @@ -1741,7 +1741,7 @@ void CodeGen::genLclHeap(GenTree* tree)
emit->emitIns_R_R_I(INS_beq, EA_PTRSIZE, tempReg, REG_R0, 2 << 2);
emit->emitIns_R_R_I(INS_addi, EA_PTRSIZE, regCnt, REG_R0, 0);

regNumber rPageSize = internalRegisters.GetSingle(tree);
regNumber rPageSize = internalRegisters.GetSingle(tree);

noway_assert(rPageSize != tempReg);

Expand Down

0 comments on commit 2d6aee5

Please sign in to comment.