Skip to content

Commit d8c0e67

Browse files
dhilrossberg
andauthored
Update interpreter/valid/valid.ml
Co-authored-by: Andreas Rossberg <rossberg@mpi-sws.org>
1 parent d0eb46f commit d8c0e67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interpreter/valid/valid.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ let check_resume_table (c : context) ts2 (xys : (idx * hdl) list) at =
449449
match_stack c (ts3 @ [RefT (nul', ht)]) ts' x2.at
450450
| _ ->
451451
error at
452-
("type mismatch: instruction requires continuation reference type" ^
452+
("type mismatch: instruction requires concrete continuation reference type" ^
453453
" but label has " ^ string_of_result_type ts'))
454454
| OnSwitch ->
455455
let FuncT (ts3, ts4) = func_type_of_tag_type c (tag c x1) x1.at in

0 commit comments

Comments
 (0)