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 e9caf8dee8..ecb9779e49 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(CPUState *env, struct cris_load_info *li); +void cris_load_image(CPUCRISState *env, struct cris_load_info *li); |