Re: [PATCH 1/1] target/arm: Allow reading flags from FPSCR for M-profile

2019-11-01 Thread Peter Maydell
On Fri, 25 Oct 2019 at 10:57, Christophe Lyon wrote: > > rt==15 is a special case when reading the flags: it means the > destination is APSR. This patch avoids rejecting > vmrs apsr_nzcv, fpscr > as illegal instruction. > > Signed-off-by: Christophe Lyon > --- > target/arm/translate-vfp.inc.c |

[PATCH 1/1] target/arm: Allow reading flags from FPSCR for M-profile

2019-10-25 Thread Christophe Lyon
rt==15 is a special case when reading the flags: it means the destination is APSR. This patch avoids rejecting vmrs apsr_nzcv, fpscr as illegal instruction. Signed-off-by: Christophe Lyon --- target/arm/translate-vfp.inc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git