mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-01 01:21:32 +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(),
|
||||
intrinsics,
|
||||
"context_field_ptr_to_internals",
|
||||
local_internals_ptr_ptr.as_instruction_value().unwrap(),
|
||||
local_internals_ptr.as_instruction_value().unwrap(),
|
||||
None,
|
||||
);
|
||||
unsafe {
|
||||
|
Reference in New Issue
Block a user