Simple -Wshadow=local fixes
[deliverable/binutils-gdb.git] / gdb / record-btrace.c
index 8f1346e52e40b5ad187338569f14b2e44fd27f0a..aabe9f5e27e33b001c8a774b2a0075457d605b1b 100644 (file)
@@ -2972,10 +2972,10 @@ cmd_record_btrace_start (const char *args, int from_tty)
        {
          execute_command ("target record-btrace", from_tty);
        }
-      CATCH (exception, RETURN_MASK_ALL)
+      CATCH (ex, RETURN_MASK_ALL)
        {
          record_btrace_conf.format = BTRACE_FORMAT_NONE;
-         throw_exception (exception);
+         throw_exception (ex);
        }
       END_CATCH
     }
This page took 0.025392 seconds and 4 git commands to generate.