Skip to content

Fix memcpy, memmove, memset, and memcmp.

Jacob Lorentzon requested to merge 4lDO2/kernel:fix_mem_fns into master

Fixes #99 (closed). Using read_unaligned/write_unaligned didn't appear to change the generated code on x86_64. memmove and memcmp were also fixed, as both were previously incorrectly written.

Merge request reports