Rename feed_event's loc to source_loc

This commit is contained in:
Mark McCaskey
2020-02-25 17:15:17 -08:00
parent 6f5ebb564c
commit 52d4dac450
7 changed files with 16 additions and 15 deletions

View File

@ -2530,7 +2530,7 @@ impl FunctionCodeGenerator<CodegenError> for X64FunctionCode {
&mut self,
ev: Event,
module_info: &ModuleInfo,
_loc: u32,
_source_loc: u32,
) -> Result<(), CodegenError> {
let a = self.assembler.as_mut().unwrap();