From 8c8706a88cdb3b5cbda21954c8467c42f68ed1c7 Mon Sep 17 00:00:00 2001 From: jdgordon Date: Tue, 23 Nov 2010 00:25:48 +0000 Subject: [PATCH] fix red git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28646 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/tagcache.c b/apps/tagcache.c index 0ebd63ca9c..a30c77f0d1 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -768,6 +768,7 @@ static bool retrieve(struct tagcache_search *tcs, struct index_entry *idx, static long read_numeric_tag(int tag, int idx_id, const struct index_entry *idx) { +#ifdef __PCTOOL__ if (! COMMAND_QUEUE_IS_EMPTY) { /* Attempt to find tag data through store-to-load forwarding in @@ -802,6 +803,7 @@ static long read_numeric_tag(int tag, int idx_id, const struct index_entry *idx) return result; } } +#endif return idx->tag_seek[tag]; } -- 2.11.4.GIT