mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 06:01:33 +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(),
|
||||
intrinsics,
|
||||
"global_ptr",
|
||||
globals_array_ptr_ptr.as_instruction_value().unwrap(),
|
||||
global_ptr.as_instruction_value().unwrap(),
|
||||
Some(index as u32),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user