mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
m68k mmap2 fixes.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4106 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
bdf46ea256
commit
bb7ec0437a
3 changed files with 3 additions and 4 deletions
|
@ -213,6 +213,7 @@ void register_cris_insns (CPUCRISState *env);
|
|||
|
||||
/* CRIS uses 8k pages. */
|
||||
#define TARGET_PAGE_BITS 13
|
||||
#define MMAP_SHIFT TARGET_PAGE_BITS
|
||||
|
||||
#define CPUState CPUCRISState
|
||||
#define cpu_init cpu_cris_init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue