Skip to content

Commit 356aecc

Browse files
author
Vytautas Astrauskas
committed
Add a FIXME.
1 parent 207c6e7 commit 356aecc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shims/thread.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
5555
let this = self.eval_context_mut();
5656

5757
if !this.is_null(this.read_scalar(retval)?.not_undef()?)? {
58+
// FIXME: implement reading the thread function's return place.
5859
throw_unsup_format!("Miri supports pthread_join only with retval==NULL");
5960
}
6061

0 commit comments

Comments
 (0)