mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 08:15:37 +00:00
target/riscv: Remove unused struct
Backports commit 6b745d4fada5c73db44f596a62e29a5dbe3fc53f from qemu
This commit is contained in:
parent
b247ee234d
commit
a9cc62cb23
|
@ -79,12 +79,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 a new issue