Skip to content
Snippets Groups Projects
Verified Commit ee5c43ed authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add umask to debug

parent 7e2a7d0c
No related branches found
No related tags found
No related merge requests found
...@@ -305,6 +305,10 @@ pub fn format_call(a: usize, b: usize, c: usize, d: usize, e: usize, f: usize) - ...@@ -305,6 +305,10 @@ pub fn format_call(a: usize, b: usize, c: usize, d: usize, e: usize, f: usize) -
b, b,
c c
), ),
SYS_UMASK => format!(
"umask({:#o}",
b
),
SYS_WAITPID => format!( SYS_WAITPID => format!(
"waitpid({}, {:#X}, {})", "waitpid({}, {:#X}, {})",
b, b,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment