aboutsummaryrefslogtreecommitdiffstats
path: root/tools/debugger
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-07-01 10:54:25 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-07-01 10:54:25 +0100
commita0f0199e90a03600e9acdb90844514ee09a73d16 (patch)
tree7da94b7f92d92d732862365a8a7deb4bba3e314d /tools/debugger
parent286423408d7a6b4bd427a2b3a60474e6bce95f66 (diff)
downloadxen-a0f0199e90a03600e9acdb90844514ee09a73d16.tar.gz
xen-a0f0199e90a03600e9acdb90844514ee09a73d16.tar.bz2
xen-a0f0199e90a03600e9acdb90844514ee09a73d16.zip
Remove redundant semicolons
Signed-off-by: Rikiya Ayukawa <ayukawa.rikiya@jp.fujitsu.com>
Diffstat (limited to 'tools/debugger')
-rw-r--r--tools/debugger/xenitp/ia64-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/debugger/xenitp/ia64-gen.c b/tools/debugger/xenitp/ia64-gen.c
index 556228319a..c5e08ebbae 100644
--- a/tools/debugger/xenitp/ia64-gen.c
+++ b/tools/debugger/xenitp/ia64-gen.c
@@ -569,7 +569,7 @@ fetch_insn_class (const char *full_name, int create)
ics[ind]->nsubs = 1;
ics[ind]->subs = tmalloc(int);
- ics[ind]->subs[0] = fetch_insn_class (subname, 1);;
+ ics[ind]->subs[0] = fetch_insn_class (subname, 1);
}
while (xsect)