mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-02 10:01:33 +00:00
Fix TBAA crash with LLVM + the gas middleware.
This commit is contained in:
@ -1132,7 +1132,7 @@ impl<'a> CtxType<'a> {
|
|||||||
module.clone(),
|
module.clone(),
|
||||||
intrinsics,
|
intrinsics,
|
||||||
"context_field_ptr_to_internals",
|
"context_field_ptr_to_internals",
|
||||||
local_internals_ptr_ptr.as_instruction_value().unwrap(),
|
local_internals_ptr.as_instruction_value().unwrap(),
|
||||||
None,
|
None,
|
||||||
);
|
);
|
||||||
unsafe {
|
unsafe {
|
||||||
|
Reference in New Issue
Block a user