* spu-tdep.c (spu_catch_start): Pass non-NULL breakpoint ops

to create_breakpoint.
This commit is contained in:
Ulrich Weigand 2011-10-26 17:26:29 +00:00
parent 88aed45eb4
commit 931bb47f45
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
* spu-tdep.c (spu_catch_start): Pass non-NULL breakpoint ops
to create_breakpoint.
2011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
* ppc-sysv-tdep.c (ppc_sysv_use_opencl_abi): New function.

View File

@ -1939,8 +1939,8 @@ spu_catch_start (struct objfile *objfile)
bp_breakpoint /* type_wanted */,
0 /* ignore_count */,
AUTO_BOOLEAN_FALSE /* pending_break_support */,
NULL /* ops */, 0 /* from_tty */, 1 /* enabled */,
0 /* internal */);
&bkpt_breakpoint_ops /* ops */, 0 /* from_tty */,
1 /* enabled */, 0 /* internal */);
}