aboutsummaryrefslogtreecommitdiff
path: root/gdb/record.c
diff options
context:
space:
mode:
authorHui Zhu <teawater@gmail.com>2009-09-02 01:31:09 +0000
committerHui Zhu <teawater@gmail.com>2009-09-02 01:31:09 +0000
commitc9e78e0c8b7954b657bf0432a18b9e4e197dabb3 (patch)
treeba8a742dc48af25b2dfc6d9a4a4bba898ac03a1d /gdb/record.c
parent88eba167f46b78dd1e6fc1a44b81827eb5763639 (diff)
downloadfsf-binutils-gdb-c9e78e0c8b7954b657bf0432a18b9e4e197dabb3.zip
fsf-binutils-gdb-c9e78e0c8b7954b657bf0432a18b9e4e197dabb3.tar.gz
fsf-binutils-gdb-c9e78e0c8b7954b657bf0432a18b9e4e197dabb3.tar.bz2
2009-09-02 Hui Zhu <teawater@gmail.com>
* record.c (record_resume): Change "signal" to "siggnal".
Diffstat (limited to 'gdb/record.c')
-rw-r--r--gdb/record.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/record.c b/gdb/record.c
index 867e505..650f2a1 100644
--- a/gdb/record.c
+++ b/gdb/record.c
@@ -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);
}
}