mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-05 02:14:59 +00:00
Unfold parts of qemu_ram_mmap() for the sake of understanding, moving declarations to the top, and keeping architecture-specifics in the ifdef-else blocks. No changes in the function behaviour. Give ptr and ptr1 meaningful names: ptr -> guardptr : pointer to the PROT_NONE guard region ptr1 -> ptr : pointer to the mapped memory returned to caller Backports commit 2044c3e7116eeac0449dcb4a4130cc8f8b9310da from qemu |
||
|---|---|---|
| .. | ||
| bitmap.c | ||
| bitops.c | ||
| cacheinfo.c | ||
| crc32c.c | ||
| cutils.c | ||
| error.c | ||
| getauxval.c | ||
| host-utils.c | ||
| log.c | ||
| Makefile.objs | ||
| mmap-alloc.c | ||
| module.c | ||
| oslib-posix.c | ||
| oslib-win32.c | ||
| qemu-error.c | ||
| qemu-thread-posix.c | ||
| qemu-thread-win32.c | ||
| qemu-timer-common.c | ||
| range.c | ||
| sys_membarrier.c | ||