Support 68HC12 arch in Gdb
[deliverable/binutils-gdb.git] / gdb / partial-stab.h
index c07d9575e2d75ca6fa1f167f49ba02e9cff739b9..6691b75a0c5c60d8ad20466a8e953a3b8d9ab811 100644 (file)
@@ -401,7 +401,7 @@ switch (CUR_SYMBOL_TYPE)
           function relative stabs, or the address of the function's
           end for old style stabs.  */
        valu = CUR_SYMBOL_VALUE + last_function_start;
-       if (pst && pst->texthigh == 0 || valu > pst->texthigh)
+       if (pst->texthigh == 0 || valu > pst->texthigh)
          pst->texthigh = valu;
        break;
       }
This page took 0.023446 seconds and 4 git commands to generate.