gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 12 Nov 2010 12:38:39 +0000 (12:38 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 12 Nov 2010 12:38:39 +0000 (12:38 +0000)
* spu-tdep.c (spu_catch_start): Fix compilation error typo.

gdb/ChangeLog
gdb/spu-tdep.c

index 2c413a34139d2afb208fa1dd389ef2361407bb0b..50062506a8254d9b5d43e6861209750b1bc66eb9 100644 (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
index 0e73d92d24fa8537a21afcdff928304f0a8fed44..5da0081150035e515389ee6ad6eeb7939db6ed4f 100644 (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  */);
 }
 
 
This page took 0.028903 seconds and 4 git commands to generate.