]> Git Repo - qemu.git/commit
target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macro
authorAlistair Francis <[email protected]>
Fri, 15 Sep 2017 21:56:07 +0000 (14:56 -0700)
committerMichael Tokarev <[email protected]>
Tue, 26 Sep 2017 06:11:22 +0000 (09:11 +0300)
commit2c5b1d2a479273cec4c1be491745f48b0808b508
treec24d0301e0cc5b45251b9f2e841d3e993f38490f
parent77fc026cdf8c664123793a546a2e8eabb0168e3e
target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macro

Instead of using the hardcoded (MemTxAttrs){0} for no memory attributes
let's use the already defined MEMTXATTRS_UNSPECIFIED macro instead.

This is technically a change of behaviour as MEMTXATTRS_UNSPECIFIED sets
the unspecified field to 1, but it doesn't look like anything is
checking this field.

Signed-off-by: Alistair Francis <[email protected]>
Acked-by: Max Filippov <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
target/xtensa/op_helper.c
This page took 0.024813 seconds and 4 git commands to generate.