]> Git Repo - qemu.git/commit
target/riscv: Alloc tcg global for cur_pm[mask|base]
authorLIU Zhiwei <[email protected]>
Thu, 20 Jan 2022 12:20:39 +0000 (20:20 +0800)
committerAlistair Francis <[email protected]>
Fri, 21 Jan 2022 05:52:57 +0000 (15:52 +1000)
commit0cff460de9e3417d248a5756b1cfbd9211657f94
tree140856f5ca60998fa8339e7d1557d0bb632532a9
parent40bfa5f6950afbec943353304fcd4367cc143548
target/riscv: Alloc tcg global for cur_pm[mask|base]

Replace the array of pm_mask/pm_base with scalar variables.
Remove the cached array value in DisasContext.

Signed-off-by: LIU Zhiwei <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Message-id: 20220120122050[email protected]
Signed-off-by: Alistair Francis <[email protected]>
target/riscv/translate.c
This page took 0.036263 seconds and 4 git commands to generate.