]> Git Repo - qemu.git/commit
target-arm: Reinsert missing return statement in ARM mode SRS decode
authorPeter Chubb <[email protected]>
Fri, 19 Apr 2013 11:24:18 +0000 (12:24 +0100)
committerPeter Maydell <[email protected]>
Fri, 19 Apr 2013 11:24:18 +0000 (12:24 +0100)
commit3b3284486be6898937395fac3ddbd2e68c5cb52f
tree52b58b6c781d25cc82b152b7ca6b436f29f4c476
parent09dada400328d75daf79e3eca1e48e024fec148d
target-arm: Reinsert missing return statement in ARM mode SRS decode

Since patch
   81465888c5306cd94abb9847e560796fd13d3c2f
   target-arm: factor out handling of SRS instruction
the ARM mode SRS instruction has not worked in QEMU.

The problem is a missing return directive that was removed in the
refactoring, so after decoding the instruction, qemu would fall through
to generate an UNDEF exception for an illegal instruction.

Signed-off-by: Peter Chubb <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target-arm/translate.c
This page took 0.022108 seconds and 4 git commands to generate.