Implement unmapping multiple whole maps

This commit is contained in:
jD91mZM2
2020-07-28 11:34:50 +02:00
parent 639e603c4f
commit 9eb2aebd43
5 changed files with 64 additions and 32 deletions
+5
View File
@@ -126,6 +126,11 @@ pub fn format_call(a: usize, b: usize, c: usize, d: usize, e: usize, f: usize) -
"funmap({:#X})",
b
),
SYS_FUNMAP2 => format!(
"funmap2({:#X}, {:#X})",
b,
c,
),
SYS_FPATH => format!(
"fpath({}, {:#X}, {})",
b,