Format
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user