rockbox/utils/hwstub
Marcin Bukat 734be0d6aa MIPS: fix memset()
swr/swl instructions used for word aligning were wrong. This
made memset() terribly broken. I can't imagine how it went
uncaught for soooo long. Spotted by Solomon Peachy.

I run unit tests for alignments 0,1,2,3
size 1, 2, 3, 4, 5, 63, 64, 65, 127, 128, 129;
and fill pattern 0x00 and other (since 0 is special case in this
implementation).

Change-Id: I513a10734335fe97734c10ab5a6c3e3fb3f4687a
2018-09-07 09:43:05 +02:00
..
include qeditor: fix compile error and some comments 2017-08-28 22:52:29 +02:00
lib hwstub: fix horrible bug 2017-11-12 14:12:44 +01:00
stub MIPS: fix memset() 2018-09-07 09:43:05 +02:00
tools hwstub: add code to dump STMP rom 2017-11-12 14:14:30 +01:00