mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 22:21:32 +00:00
Apply TBAA to the correct instruction.
Another instance of the bug in PR #933.
This commit is contained in:
@ -1055,7 +1055,7 @@ impl<'a> CtxType<'a> {
|
|||||||
module.clone(),
|
module.clone(),
|
||||||
intrinsics,
|
intrinsics,
|
||||||
"global_ptr",
|
"global_ptr",
|
||||||
globals_array_ptr_ptr.as_instruction_value().unwrap(),
|
global_ptr.as_instruction_value().unwrap(),
|
||||||
Some(index as u32),
|
Some(index as u32),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user