Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2010
789
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  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. +#ifdef __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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement