[OB] Fix syntax error in record_resume

Hui Zhu teawater@gmail.com
Tue Sep 1 11:54:00 GMT 2009


Checked in under the obvious rule.

Thanks,
Hui

2009-09-01  Hui Zhu  <teawater@gmail.com>

	* record.c (record_resume): Change "siggnal" to "signal".

===================================================================
RCS file: /cvs/src/src/gdb/record.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- src/gdb/record.c	2009/09/01 03:32:49	1.14
+++ src/gdb/record.c	2009/09/01 11:41:41	1.15
@@ -518,7 +518,7 @@

 static void
 record_resume (struct target_ops *ops, ptid_t ptid, int step,
-               enum target_signal siggnal)
+               enum target_signal signal)
 {
   record_resume_step = step;

@@ -534,7 +534,7 @@
           return;
         }
       record_beneath_to_resume (record_beneath_to_resume_ops, ptid, 1,
-                                siggnal);
+                                signal);
     }
 }



More information about the Gdb-patches mailing list