mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 21:51:32 +00:00
Fix compilation error var name
This commit is contained in:
@ -119,7 +119,7 @@ pub extern "C" fn abort_stack_overflow(_what: c_int, ctx: &mut Ctx) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
pub extern "C" fn _llvm_trap(_ctx: &mut Ctx) {
|
pub extern "C" fn _llvm_trap(ctx: &mut Ctx) {
|
||||||
debug!("emscripten::_llvm_trap");
|
debug!("emscripten::_llvm_trap");
|
||||||
abort_with_message("abort!", ctx);
|
abort_with_message("abort!", ctx);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user