1
0
Fork 0
forked from len0rd/rockbox
foxbox/utils/hwstub/stub/asm/mips
Marcin Bukat bf81914217 hwstub: Force alignment of the context buffer
Exception handling code assumes at least word alignment of the
context buffer. So far we were lucky that compiler placed it
correctly but after compiler upgrade I was hit by the bug
caused by missalignment of the context buffer.

Credit goes to pamaury
2023-09-27 22:49:09 +02:00
..
atomic_rw.S hwstub: implement read/write data abort recovery 2015-01-13 23:35:33 +01:00
memcpy.S
memset.S MIPS: fix memset() 2018-09-07 09:43:05 +02:00
system.S hwstub: Force alignment of the context buffer 2023-09-27 22:49:09 +02:00