diff options
Diffstat (limited to 'gdb/spu-tdep.c')
-rw-r--r-- | gdb/spu-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/spu-tdep.c b/gdb/spu-tdep.c index b34833c..0e73d92 100644 --- a/gdb/spu-tdep.c +++ b/gdb/spu-tdep.c @@ -1895,7 +1895,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 */); + NULL /* ops */, 0 /* from_tty */, 1 /* enabled */, + 0 /* internal */);); } |