View difference between Paste ID: kN7H491S and
SHOW: | | - or go back to the newest paste.
1-
1+
Index: apps/tagcache.c
2
===================================================================
3
--- apps/tagcache.c	(revision 28645)
4
+++ apps/tagcache.c	(working copy)
5
@@ -768,6 +768,7 @@
6
 
7
 static long read_numeric_tag(int tag, int idx_id, const struct index_entry *idx)
8
 {
9
+#ifndef __PCTOOL__
10
     if (! COMMAND_QUEUE_IS_EMPTY)
11
     {
12
         /* Attempt to find tag data through store-to-load forwarding in
13
@@ -802,6 +803,7 @@
14
             return result;
15
         }
16
     }
17
+#endif
18
 
19
     return idx->tag_seek[tag];
20
 }