mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 08:38:25 +00:00
target/riscv: Remove unused struct
Backports commit 6b745d4fada5c73db44f596a62e29a5dbe3fc53f from qemu
This commit is contained in:
parent
b247ee234d
commit
a9cc62cb23
1 changed files with 0 additions and 6 deletions
|
@ -79,12 +79,6 @@ const char * const riscv_intr_names[] = {
|
|||
"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)
|
||||
{
|
||||
env->misa_mask = env->misa = misa;
|
||||
|
|
Loading…
Reference in a new issue