mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
cris-boot: Pass CRISCPU to cris_load_image()
Needed for main_cpu_reset(). Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
ddeb9ae5fa
commit
5935664fc0
3 changed files with 4 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue