|
From: | Richard Henderson |
Subject: | Re: [Qemu-devel] [PATCH v3 09/13] linux-user: Add missing 'break' in i386 get_thread_area syscall |
Date: | Tue, 16 Jul 2013 11:33:42 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 |
On 07/16/2013 10:44 AM, Peter Maydell wrote: > 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 <address@hidden> > --- > linux-user/syscall.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |