aboutsummaryrefslogtreecommitdiff
path: root/hw/cris-boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/cris-boot.h')
-rw-r--r--hw/cris-boot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cris-boot.h b/hw/cris-boot.h
index e9caf8dee..ecb9779e4 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);