Tue Mar 30 08:06:24 1993 Jim Kingdon (kingdon@cygnus.com)
* command.c (do_setshow_command): Use %u with var_{u,z}integer. * command.{c,h}: New var_type var_integer. main.c: Use it for history_size. * rs6000-tdep.c, xcoffexec.c, config/rs6000/xm-rs6000.h, breakpoint.c: Lint and byte-order fixups.
This commit is contained in:
parent
ae35ae7f4c
commit
359a097f9f
6 changed files with 68 additions and 19 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue