This commit is contained in:
lazymio
2021-11-04 19:58:44 +01:00
parent 871de4ad65
commit 613ddf0985

View File

@ -334,7 +334,6 @@ RISCVCPU *cpu_riscv_init(struct uc_struct *uc)
RISCVCPU *cpu; RISCVCPU *cpu;
CPUState *cs; CPUState *cs;
CPUClass *cc; CPUClass *cc;
int i;
cpu = calloc(1, sizeof(*cpu)); cpu = calloc(1, sizeof(*cpu));
if (cpu == NULL) { if (cpu == NULL) {