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

* record.c (record_resume): Change "signal" to "siggnal".
This commit is contained in:
Hui Zhu 2009-09-02 01:31:09 +00:00
parent 88eba167f4
commit c9e78e0c8b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2009-09-02 Hui Zhu <teawater@gmail.com>
* record.c (record_resume): Change "signal" to "siggnal".
2009-09-01 Hui Zhu <teawater@gmail.com>
* record.c (record_resume): Change "siggnal" to "signal".

View File

@ -518,7 +518,7 @@ static int record_resume_error;
static void
record_resume (struct target_ops *ops, ptid_t ptid, int step,
enum target_signal signal)
enum target_signal siggnal)
{
record_resume_step = step;
@ -534,7 +534,7 @@ record_resume (struct target_ops *ops, ptid_t ptid, int step,
return;
}
record_beneath_to_resume (record_beneath_to_resume_ops, ptid, 1,
signal);
siggnal);
}
}