mirror of https://github.com/xemu-project/xemu.git
target/riscv: Remove unused struct
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
This commit is contained in:
parent
8b1d0714bf
commit
6b745d4fad
|
@ -80,12 +80,6 @@ const char * const riscv_intr_names[] = {
|
||||||
"reserved"
|
"reserved"
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct RISCVCPUInfo {
|
|
||||||
const int bit_widths;
|
|
||||||
const char *name;
|
|
||||||
void (*initfn)(Object *obj);
|
|
||||||
} RISCVCPUInfo;
|
|
||||||
|
|
||||||
static void set_misa(CPURISCVState *env, target_ulong misa)
|
static void set_misa(CPURISCVState *env, target_ulong misa)
|
||||||
{
|
{
|
||||||
env->misa_mask = env->misa = misa;
|
env->misa_mask = env->misa = misa;
|
||||||
|
|
Loading…
Reference in New Issue