commit | 56118ee88ddf0498e0c8c4c81ef91d793c76866f | [log] [tgz] |
---|---|---|
author | Bin Meng <bin.meng@windriver.com> | Tue Jan 12 12:52:01 2021 +0800 |
committer | Alistair Francis <alistair.francis@wdc.com> | Sat Jan 16 10:57:21 2021 -0800 |
tree | ba062da720a30a0fcff7d7e4cd8a48c39628593a | |
parent | 29b5fe0dcd512f9829475e3eb3f6fdc5e293b8f0 [diff] |
target/riscv: Make csr_ops[CSR_TABLE_SIZE] external In preparation to generate the CSR register list for GDB stub dynamically, change csr_ops[] to non-static so that it can be referenced externally. Signed-off-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-id: 1610427124-49887-2-git-send-email-bmeng.cn@gmail.com Signed-off-by: Alistair Francis <alistair.francis@wdc.com>