Remove SYS_EXEC debug code.

This commit is contained in:
4lDO2
2022-07-21 10:51:59 +02:00
parent 308c2cc711
commit 0720db2265

View File

@@ -174,15 +174,6 @@ pub fn format_call(a: usize, b: usize, c: usize, d: usize, e: usize, f: usize) -
"exit({})",
b
),
SYS_EXEC => format!(
"exec({:#x?}, {:p}, {:p})",
validate_slice(
b as *const crate::syscall::data::ExecMemRange,
c,
),
d as *const u8,
e as *const u8,
),
SYS_FUTEX => format!(
"futex({:#X} [{:?}], {}, {}, {}, {})",
b,