Re: [Qemu-devel] [PATCH] Fixed BASEPRI, BASEPRI_MAX, and FAULTMASK access.

2011-06-05 Thread Peter Maydell
On 29 May 2011 13:58, wrote: > From: Sebastian Huber > > According to "ARMv7-M Architecture Reference Manual" issue D section > "B5.2.3 MRS" and "B5.2.3 MSR". > > Signed-off-by: Sebastian Huber Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH] Fixed BASEPRI, BASEPRI_MAX, and FAULTMASK access.

2011-05-29 Thread y
From: Sebastian Huber According to "ARMv7-M Architecture Reference Manual" issue D section "B5.2.3 MRS" and "B5.2.3 MSR". Signed-off-by: Sebastian Huber --- target-arm/helper.c | 24 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/target-arm/helper.c