mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
fix build error docs
This commit is contained in:
parent
ba1b55d6c8
commit
ed615c4878
@ -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)
|
||||
),
|
||||
}))
|
||||
|
Loading…
Reference in New Issue
Block a user