This commit is contained in:
lazymio 2021-11-04 19:58:44 +01:00
parent 871de4ad65
commit 613ddf0985
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 0 additions and 1 deletions

View File

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