Add umask to debug

This commit is contained in:
Jeremy Soller
2018-11-16 21:22:38 -07:00
parent 7e2a7d0cea
commit ee5c43ed45

View File

@@ -305,6 +305,10 @@ pub fn format_call(a: usize, b: usize, c: usize, d: usize, e: usize, f: usize) -
b,
c
),
SYS_UMASK => format!(
"umask({:#o}",
b
),
SYS_WAITPID => format!(
"waitpid({}, {:#X}, {})",
b,