Index: apps/tagcache.c =================================================================== --- apps/tagcache.c (revision 28645) +++ apps/tagcache.c (working copy) @@ -768,6 +768,7 @@ 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 @@ return result; } } +#endif return idx->tag_seek[tag]; }