Skip to content

Commit fed2cc3

Browse files
committed
Add a comment about deprecated function
1 parent f057771 commit fed2cc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/helpers.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,9 @@ pub fn check_abi<'a>(abi: Abi, exp_abi: Abi) -> InterpResult<'a, ()> {
665665
}
666666

667667
pub fn isolation_error(name: &str) -> InterpResult<'static> {
668+
// FIXME: This function has been deprecated. It's only used for
669+
// the ops which are not converted to return a proper error code
670+
// in isolation.
668671
throw_machine_stop!(TerminationInfo::UnsupportedInIsolation(format!(
669672
"{} not available when isolation is enabled",
670673
name,

0 commit comments

Comments
 (0)