diff options
Diffstat (limited to 'hw/cris-boot.h')
-rw-r--r-- | hw/cris-boot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cris-boot.h b/hw/cris-boot.h index ecb9779e49..0a2c242411 100644 --- a/hw/cris-boot.h +++ b/hw/cris-boot.h @@ -8,4 +8,4 @@ struct cris_load_info target_phys_addr_t entry; }; -void cris_load_image(CPUCRISState *env, struct cris_load_info *li); +void cris_load_image(CRISCPU *cpu, struct cris_load_info *li); |