mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-20 20:26:32 +00:00
Rename internal enum to make less confusing
This commit is contained in:
@ -230,8 +230,8 @@ impl RunnableModule for X64ExecutionContext {
|
||||
}
|
||||
Err(err) => {
|
||||
match err {
|
||||
protect_unix::RunErr::Trap(info) => *trap_info = info,
|
||||
protect_unix::RunErr::Error(data) => *user_error = Some(data),
|
||||
protect_unix::CallProtError::Trap(info) => *trap_info = info,
|
||||
protect_unix::CallProtError::Error(data) => *user_error = Some(data),
|
||||
}
|
||||
false
|
||||
}
|
||||
|
Reference in New Issue
Block a user