Change GlobalVar to GlobalValue
This commit is contained in:
committed by
Dan Gohman
parent
49cc693d64
commit
5c320a0d30
@@ -84,7 +84,7 @@ where
|
||||
&mut self,
|
||||
data: &mut Self::CompiledData,
|
||||
offset: usize,
|
||||
what: ir::GlobalVar,
|
||||
what: ir::GlobalValue,
|
||||
addend: binemit::Addend,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user