* spu-tdep.c (spu_catch_start): Fix compilation error typo.
This commit is contained in:
Jan Kratochvil 2010-11-12 12:38:39 +00:00
parent 5cbc4f2ea1
commit 74884f7bdd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
* spu-tdep.c (spu_catch_start): Fix compilation error typo.
2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
* python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is

View File

@ -1896,7 +1896,7 @@ spu_catch_start (struct objfile *objfile)
0 /* ignore_count */,
AUTO_BOOLEAN_FALSE /* pending_break_support */,
NULL /* ops */, 0 /* from_tty */, 1 /* enabled */,
0 /* internal */););
0 /* internal */);
}