summaryrefslogtreecommitdiffstats
path: root/linux-user
diff options
context:
space:
mode:
authorLadi Prosek2017-10-17 16:40:51 +0200
committerMichael Tokarev2017-12-18 15:07:02 +0100
commit3c254ab8d76e49d2bda818ec5885d110f2e1e67e (patch)
tree06c5a4dc91ddee98a48ee7670134c8d47541ca6f /linux-user
parentMerge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-15-1... (diff)
downloadqemu-3c254ab8d76e49d2bda818ec5885d110f2e1e67e.tar.gz
qemu-3c254ab8d76e49d2bda818ec5885d110f2e1e67e.tar.xz
qemu-3c254ab8d76e49d2bda818ec5885d110f2e1e67e.zip
Remove empty statements
Thanks to Laszlo Ersek for spotting the double semicolon in target/i386/kvm.c I have trivially grepped the tree for ';;' in C files. Suggested-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Ladi Prosek <lprosek@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'linux-user')
-rw-r--r--linux-user/signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/signal.c b/linux-user/signal.c
index cf35473671..dae14d4a89 100644
--- a/linux-user/signal.c
+++ b/linux-user/signal.c
@@ -6530,7 +6530,7 @@ static void setup_rt_frame(int sig, struct target_sigaction *ka,
haddr = dest;
}
env->iaoq_f = haddr;
- env->iaoq_b = haddr + 4;;
+ env->iaoq_b = haddr + 4;
return;
give_sigsegv: