Skip to content

Correct small bug in memcpy 32bits implementation

Jeremy Soller requested to merge L3nn0x:patch-1 into master

Created by: L3nn0x

I'm not entirely sure about it, but the rest of the file treats 32 bits as groups of 4 so it makes sense that memcpy does the same.

Merge request reports