]> Git Repo - binutils.git/blobdiff - gdb/breakpoint.c
Tue Mar 30 08:06:24 1993 Jim Kingdon ([email protected])
[binutils.git] / gdb / breakpoint.c
index 070ea85736096ecf745cd33758cc63121f682fa6..678ea2b2857b00a46606bafe4f5582780bc75e30 100644 (file)
@@ -942,7 +942,7 @@ bpstat_stop_status (pc, frame_address)
            "Error evaluating expression for watchpoint %d\n";
          char message[sizeof (message1) + 30 /* slop */];
          sprintf (message, message1, b->number);
-         switch (catch_errors (watchpoint_check, bs, message))
+         switch (catch_errors (watchpoint_check, (char *) bs, message))
            {
            case WP_DISABLED:
              /* We've already printed what needs to be printed.  */
This page took 0.023446 seconds and 4 git commands to generate.