syscall_emul: fix bugs for mmap2 system call and x86-32 syscalls
Review Request #3325 - Created Feb. 10, 2016 and submitted
| Information | |
|---|---|
| Brandon Potter | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11343:aba7be5b02df --------------------------- syscall_emul: fix bugs for mmap2 system call and x86-32 syscalls
Posted (Feb. 10, 2016, 1:45 p.m.)
-
src/arch/x86/process.cc (Diff revision 1) -
Is this needed for this patch?
-
src/sim/syscall_emul.hh (Diff revision 1) -
Did you mean to remove this DPRINTF?
-
src/sim/syscall_emul.hh (Diff revision 1) -
From what I can tell from manpages, this is always 4096 bytes. Are we assuming this is the page size of all of our ISAs, or are the manpages I'm looking at just x86 specific?
