Merge pull request #235 from polluks/patch-7

Fixed minor typo
This commit is contained in:
drmortalwombat 2025-05-02 17:42:18 +02:00 committed by GitHub
commit 0d5efc90ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45502,7 +45502,7 @@ bool NativeCodeBasicBlock::PeepHoleOptimizerShuffle(int pass)
#if 1 #if 1
if (pass > 1) if (pass > 1)
{ {
// move high byte load down, if low byte is immediatedly needed afterwards // move high byte load down, if low byte is immediately needed afterwards
for (int i = 0; i + 4 < mIns.Size(); i++) for (int i = 0; i + 4 < mIns.Size(); i++)
{ {