Skip to content
Snippets Groups Projects
Commit c9e78e0c authored by Hui Zhu's avatar Hui Zhu
Browse files

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

	* record.c (record_resume): Change "signal" to "siggnal".
parent 88eba167
No related branches found
No related tags found
No related merge requests found
2009-09-02 Hui Zhu <teawater@gmail.com>
* record.c (record_resume): Change "signal" to "siggnal".
2009-09-01 Hui Zhu <teawater@gmail.com> 2009-09-01 Hui Zhu <teawater@gmail.com>
* record.c (record_resume): Change "siggnal" to "signal". * record.c (record_resume): Change "siggnal" to "signal".
......
...@@ -518,7 +518,7 @@ static int record_resume_error; ...@@ -518,7 +518,7 @@ static int record_resume_error;
static void static void
record_resume (struct target_ops *ops, ptid_t ptid, int step, record_resume (struct target_ops *ops, ptid_t ptid, int step,
enum target_signal signal) enum target_signal siggnal)
{ {
record_resume_step = step; record_resume_step = step;
...@@ -534,7 +534,7 @@ record_resume (struct target_ops *ops, ptid_t ptid, int step, ...@@ -534,7 +534,7 @@ record_resume (struct target_ops *ops, ptid_t ptid, int step,
return; return;
} }
record_beneath_to_resume (record_beneath_to_resume_ops, ptid, 1, record_beneath_to_resume (record_beneath_to_resume_ops, ptid, 1,
signal); siggnal);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment