mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
ColdFire target.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2196 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
223b8a40d1
commit
e6e5906b6e
32 changed files with 5227 additions and 12 deletions
|
@ -209,7 +209,7 @@ long target_mmap(target_ulong start, target_ulong len, int prot,
|
|||
last_start += HOST_PAGE_ALIGN(len);
|
||||
}
|
||||
#endif
|
||||
if (qemu_host_page_size != qemu_real_host_page_size) {
|
||||
if (0 && qemu_host_page_size != qemu_real_host_page_size) {
|
||||
/* NOTE: this code is only for debugging with '-p' option */
|
||||
/* ??? Can also occur when TARGET_PAGE_SIZE > host page size. */
|
||||
/* reserve a memory area */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue