17ed3253fc
When a global pointer is not declared as constant, gcc will put it in memory. Getting the address of the string it points to requires loading the address of the pointer and then loading the pointer. When the pointer is declared constant, the address of the string is loaded directly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31345 a1c6a512-1295-4272-9138-f99709370657 |
||
---|---|---|
.. | ||
albumart.c | ||
albumart.h | ||
bmp.c | ||
bmp.h | ||
icons.c | ||
icons.h | ||
jpeg_common.h | ||
jpeg_idct_arm.S | ||
jpeg_load.c | ||
jpeg_load.h | ||
keyboard.c | ||
pcm_record.c | ||
pcm_record.h | ||
peakmeter.c | ||
peakmeter.h | ||
recording.c | ||
recording.h | ||
resize.c | ||
resize.h |