Skip to content

Don’t misalign FillChar pattern.

Rika requested to merge runewalsh/source:fillchara into main

As comments foreshadowed (“why not write it right away though”; “no-op for FillChar”), this eliminates the misalignment step, push/pop esi, and a jump from the FillChar code path.

Merge request reports