commit | 304c05df7c3e383133a70e20d7b5121d75ae4190 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Feb 26 01:27:32 2022 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Mar 03 09:37:47 2022 -1000 |
tree | 3343eff2f64381f081d8c00b80c8e6fd23cd4ed1 | |
parent | 0b6e8f5b234181198f4864f201bef13842987525 [diff] |
target/nios2: Split mmu_write Create three separate functions for the three separate registers. Avoid extra dispatch through op_helper.c. Dispatch to the correct function in translation. Clean up the ifdefs in wrctl. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>