We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8275c commit 1c1bd95Copy full SHA for 1c1bd95
src/libstd/sys/hermit/thread.rs
@@ -53,7 +53,7 @@ impl Thread {
53
let ret = abi::spawn(
54
&mut tid as *mut Tid,
55
thread_start,
56
- p as *mut u8 as usize,
+ p as usize,
57
Priority::into(NORMAL_PRIO),
58
core_id,
59
);
0 commit comments