mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
cris: Avoid debug clobbering for both I & D MMU state.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@axis.com>
This commit is contained in:
parent
3c4fe427ed
commit
9f5a1fae7e
3 changed files with 10 additions and 20 deletions
|
@ -14,4 +14,4 @@ void cris_mmu_init(CPUState *env);
|
|||
void cris_mmu_flush_pid(CPUState *env, uint32_t pid);
|
||||
int cris_mmu_translate(struct cris_mmu_result *res,
|
||||
CPUState *env, uint32_t vaddr,
|
||||
int rw, int mmu_idx);
|
||||
int rw, int mmu_idx, int debug);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue