Skip to content

Commit

Permalink
Update comment in CodeGen::genZeroInitFrame in src/coreclr/jit/codege…
Browse files Browse the repository at this point in the history
…ncommon.cpp
  • Loading branch information
echesakov committed Jan 26, 2021
1 parent 7568476 commit b472cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/codegencommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6308,7 +6308,7 @@ void CodeGen::genZeroInitFrame(int untrLclHi, int untrLclLo, regNumber initReg,
{
// Generates the following code:
//
// When the size of the region is greater than or equal to 320 bytes
// When the size of the region is greater than or equal to 256 bytes
// **and** DC ZVA instruction use is permitted
// **and** the instruction block size is configured to 64 bytes:
//
Expand Down

0 comments on commit b472cc9

Please sign in to comment.