mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 05:31:32 +00:00
fix build error docs
This commit is contained in:
@ -99,7 +99,7 @@ pub fn call_protected<T>(
|
||||
Ok(SIGSEGV) | Ok(SIGBUS) => WasmTrapInfo::MemoryOutOfBounds,
|
||||
Ok(SIGFPE) => WasmTrapInfo::IllegalArithmetic,
|
||||
_ => unimplemented!(
|
||||
"WasmTrapInfo::Unknown signal:{}",
|
||||
"WasmTrapInfo::Unknown signal:{:?}",
|
||||
Signal::from_c_int(signum)
|
||||
),
|
||||
}))
|
||||
|
Reference in New Issue
Block a user