Re: [Qemu-devel] [PATCH] linux-user: correct handling of break exception for MIPS

2014-02-28 Thread Petar Jovanovic
gards, Petar From: Andreas Färber [afaer...@suse.de] Sent: Friday, February 28, 2014 4:30 PM To: Petar Jovanovic; qemu-devel@nongnu.org Cc: riku.voi...@linaro.org; Petar Jovanovic; aurel...@aurel32.net Subject: Re: [Qemu-devel] [PATCH] linux-user: correct handling of break exception

Re: [Qemu-devel] [PATCH] linux-user: correct handling of break exception for MIPS

2014-02-28 Thread Andreas Färber
Hi, Am 28.02.2014 15:25, schrieb Petar Jovanovic: > From: Petar Jovanovic > > Exception with break instruction has not been correctly propagated as > SIGTRAP. This resolves crash issues with examples that use break > instruction on MIPS. > > Signed-off-by: Petar Jovanovic > --- > linux-user/m

[Qemu-devel] [PATCH] linux-user: correct handling of break exception for MIPS

2014-02-28 Thread Petar Jovanovic
From: Petar Jovanovic Exception with break instruction has not been correctly propagated as SIGTRAP. This resolves crash issues with examples that use break instruction on MIPS. Signed-off-by: Petar Jovanovic --- linux-user/main.c |4 1 file changed, 4 insertions(+) diff --git a/linu