diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-05-18 15:11:28 -0500 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2021-05-19 12:50:47 +1000 |
commit | 9630cd62620e705f45c24e9d21ea01eea8fd4cd8 (patch) | |
tree | 8ae4f872d5a887b144223fcd4859e129fff909bb /hw | |
parent | 352e3627b27ba7a0f43d0070ff90658ff849c2c8 (diff) | |
download | qemu-9630cd62620e705f45c24e9d21ea01eea8fd4cd8.zip qemu-9630cd62620e705f45c24e9d21ea01eea8fd4cd8.tar.gz qemu-9630cd62620e705f45c24e9d21ea01eea8fd4cd8.tar.bz2 |
target/ppc: Use MMUAccessType in mmu_helper.c
This replaces 'int rw' with 'MMUAccessType access_type'.
Comparisons vs zero become either MMU_DATA_LOAD or MMU_DATA_STORE,
since we had previously squashed rw to 0 for code access.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210518201146.794854-7-richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw')
0 files changed, 0 insertions, 0 deletions