ld -plugin options when plugins are disabled
[deliverable/binutils-gdb.git] / gdb / break-catch-throw.c
index 59293c4e57060399b1dbeb3d70f68276434ca110..7f4a9f955dfc7edbb61ac5452a0245f1f9f7dab7 100644 (file)
@@ -166,7 +166,7 @@ check_status_exception_catchpoint (struct bpstats *bs)
       type_name = cplus_typename_from_type_info (typeinfo_arg);
 
       canon = cp_canonicalize_string (type_name.c_str ());
-      name = (canon == nullptr
+      name = (canon != nullptr
              ? canon.get ()
              : type_name.c_str ());
     }
This page took 0.02347 seconds and 4 git commands to generate.