]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix botched commit.
authorDaniel Jacobowitz <drow@false.org>
Sun, 22 Feb 2004 21:00:47 +0000 (21:00 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 22 Feb 2004 21:00:47 +0000 (21:00 +0000)
gdb/dwarf2read.c

index dafee4202684db1d9d1f04e682ff2902b6ec85cb..5da07cdd4e4f3a55859661bed6fad9f832576dbe 100644 (file)
@@ -8808,7 +8808,7 @@ free_comp_units_worker (struct dwarf2_cu *cu, int aging,
 
       next_cu = per_cu->cu->read_in_chain;
 
-      if ((aging && per_cu->cu->last_used < MAX_CACHE_AGE)
+      if ((aging && per_cu->cu->last_used > MAX_CACHE_AGE)
          || (target_cu && per_cu->cu == target_cu)
          || (!aging && target_cu == NULL))
        {