mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
Fix renamed variable
This commit is contained in:
parent
ecdcab5de9
commit
7940aa7e42
@ -1432,7 +1432,7 @@ pub fn poll_oneoff(
|
||||
unimplemented!()
|
||||
}
|
||||
pub fn proc_exit(ctx: &mut Ctx, code: __wasi_exitcode_t) -> Result<(), ExitCode> {
|
||||
debug!("wasi::proc_exit, {}", rval);
|
||||
debug!("wasi::proc_exit, {}", code);
|
||||
Err(ExitCode { code })
|
||||
}
|
||||
pub fn proc_raise(ctx: &mut Ctx, sig: __wasi_signal_t) -> __wasi_errno_t {
|
||||
|
Loading…
Reference in New Issue
Block a user