]> git.proxmox.com Git - qemu.git/commit
linux-user: Add missing 'break' in i386 get_thread_area syscall
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jul 2013 17:44:56 +0000 (18:44 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Mon, 22 Jul 2013 18:54:28 +0000 (21:54 +0300)
commitd312bbe1051fa563b557de625ca57a466772abe5
tree4c317a18dceb35a216b2b89ad6b0d9e18a309302
parent1ccd9374af22ec4ed5f864d4935a9cfad01f1204
linux-user: Add missing 'break' in i386 get_thread_area syscall

The i386 code for the get_thread_area syscall was missing a
'break' which meant it would have fallen through into the
implementation of the following syscall; add it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/syscall.c