update copyright year range in GDB files
[deliverable/binutils-gdb.git] / sim / ppc / hw_htab.c
index c49b3231ffeaf7ba232578422ddf782f5944b44d..cf275ff7025616185401cf89451a5967f280b3b6 100644 (file)
@@ -549,7 +549,7 @@ htab_map_binary(device *me,
   if ((sizes.text_base <= sizes.data_base
        && sizes.text_bound >= sizes.data_bound)
       || (sizes.data_base <= sizes.text_base
-         && sizes.data_bound >= sizes.data_bound)
+         && sizes.data_bound >= sizes.text_bound)
       || (sizes.text_bound > sizes.data_base
          && sizes.text_bound <= sizes.data_bound)
       || (sizes.text_base >= sizes.data_base
This page took 0.023905 seconds and 4 git commands to generate.