]> Git Repo - qemu.git/commit
target/arm: Return correct IL bit in merge_syn_data_abort
authorJeff Kubascik <[email protected]>
Fri, 17 Jan 2020 14:09:31 +0000 (14:09 +0000)
committerPeter Maydell <[email protected]>
Fri, 17 Jan 2020 14:27:16 +0000 (14:27 +0000)
commit30d544839e278dc76017b9a42990c41e84a34377
tree6c7c500d2c8dfa76d4805445c70ec7eb981ad601
parentef1255212a721e3ebc2be4bec9426bda9d2ee308
target/arm: Return correct IL bit in merge_syn_data_abort

The IL bit is set for 32-bit instructions, thus passing false
with the is_16bit parameter to syn_data_abort_with_iss() makes
a syn mask that always has the IL bit set.

Pass is_16bit as true to make the initial syn mask have IL=0,
so that the final IL value comes from or'ing template_syn.

Cc: [email protected]
Fixes: aaa1f954d4ca ("target-arm: A64: Create Instruction Syndromes for Data Aborts")
Signed-off-by: Jeff Kubascik <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-id: 20200117004618[email protected]
[rth: Extracted this as a self-contained bug fix from a larger patch]
Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target/arm/tlb_helper.c
This page took 0.026946 seconds and 4 git commands to generate.