From 6f7f921ebee5589c7bc9e1196392c0ae7f28f96c Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 3 Nov 2005 15:32:40 +0000 Subject: Move all code into IRAM git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7740 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libffmpegFLAC/decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libffmpegFLAC/decoder.h') diff --git a/apps/codecs/libffmpegFLAC/decoder.h b/apps/codecs/libffmpegFLAC/decoder.h index 5d503ad..9e2240f 100644 --- a/apps/codecs/libffmpegFLAC/decoder.h +++ b/apps/codecs/libffmpegFLAC/decoder.h @@ -41,6 +41,6 @@ int flac_decode_frame(FLACContext *s, int32_t* decoded0, int32_t* decoded1, uint8_t *buf, int buf_size, - void (*yield)(void)); + void (*yield)(void)) ICODE_ATTR; #endif -- cgit v1.1