diff options
Diffstat (limited to 'target-cris/mmu.h')
-rw-r--r-- | target-cris/mmu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-cris/mmu.h b/target-cris/mmu.h index d753b3834a..459d809f7d 100644 --- a/target-cris/mmu.h +++ b/target-cris/mmu.h @@ -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); |