mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 14:14:23 +00:00
gdb/
* spu-tdep.c (spu_catch_start): Fix compilation error typo.
This commit is contained in:
parent
5cbc4f2ea1
commit
74884f7bdd
@ -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
|
||||
|
@ -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 */);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user