mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 14:12:26 -05:00
We can't pop into pc on ARMv4t when using thumb: the T bit won't be modified if we are returning to a thumb function Code running on ARMv4t should use the new ldrpc / ldmpc macros instead of ldr pc, [sp], #4 and ldm(cond) sp!, {regs, pc} No modification on pure ARM builds and ARMv5+ Note: USE_THUMB is currently never defined, no targets can currently be built with -mthumb, see FS#6734 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26756 a1c6a512-1295-4272-9138-f99709370657 |
||
|---|---|---|
| .. | ||
| adc-target.h | ||
| backlight-h10.c | ||
| button-h10.c | ||
| button-target.h | ||
| fmradio_i2c-h10.c | ||
| lcd-as-h10.S | ||
| lcd-h10_5gb.c | ||
| lcd-h10_20gb.c | ||
| power-h10.c | ||
| powermgmt-h10.c | ||