mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
2009-09-01 Hui Zhu <teawater@gmail.com>
* record.c (record_resume): Change "siggnal" to "signal".
This commit is contained in:
parent
83ee431c60
commit
14c6ee207a
@ -1,3 +1,7 @@
|
||||
2009-09-01 Hui Zhu <teawater@gmail.com>
|
||||
|
||||
* record.c (record_resume): Change "siggnal" to "signal".
|
||||
|
||||
2009-09-01 Hui Zhu <teawater@gmail.com>
|
||||
|
||||
* record.c (record_resume_siggnal): Deleted.
|
||||
|
@ -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 siggnal)
|
||||
enum target_signal signal)
|
||||
{
|
||||
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,
|
||||
siggnal);
|
||||
signal);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user