]> Git Repo - qemu.git/commit
target/arm: Diagnose writeback register in list for LDM for v7
authorRichard Henderson <[email protected]>
Wed, 4 Sep 2019 19:30:19 +0000 (12:30 -0700)
committerPeter Maydell <[email protected]>
Thu, 5 Sep 2019 12:23:03 +0000 (13:23 +0100)
commit3949f4675d13c587078f8f423845a3a537a22595
treee3dba58c3af9fbad0c062f1976ef4eda49d4bd0f
parentc5c426d4c680f908a1e262091a17b088b5709200
target/arm: Diagnose writeback register in list for LDM for v7

Prior to v7, for the A32 encoding, this operation wrote an UNKNOWN
value back to the base register.  Starting in v7 this is UNPREDICTABLE.

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-id: 20190904193059[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target/arm/translate.c
This page took 0.025715 seconds and 4 git commands to generate.