diff options
| -rw-r--r-- | apps/tagcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c index a30c77f..679d7cb 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -768,7 +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__ +#ifndef __PCTOOL__ if (! COMMAND_QUEUE_IS_EMPTY) { /* Attempt to find tag data through store-to-load forwarding in |