Peter Maydell writes:
> On 17 June 2013 14:00, Mans Rullgard wrote:
>> This avoids other opcodes being incorrectly decoded as TBB/TBH.
>> The LDA/STL instructions new in ARMv8 use this space.
>>
>> Signed-off-by: Mans Rullgard
>> ---
>> This was previously sent as part of the LDA/STL patch. Se
On 17 June 2013 14:00, Mans Rullgard wrote:
> This avoids other opcodes being incorrectly decoded as TBB/TBH.
> The LDA/STL instructions new in ARMv8 use this space.
>
> Signed-off-by: Mans Rullgard
> ---
> This was previously sent as part of the LDA/STL patch. Separating it
> seems clearer.
> -
This avoids other opcodes being incorrectly decoded as TBB/TBH.
The LDA/STL instructions new in ARMv8 use this space.
Signed-off-by: Mans Rullgard
---
This was previously sent as part of the LDA/STL patch. Separating it
seems clearer.
---
target-arm/translate.c | 2 +-
1 file changed, 1 inserti