Fix typo.

This commit is contained in:
Sergey Pepyakin
2018-12-13 16:21:30 +01:00
committed by Dan Gohman
parent aab191b460
commit 23476e82ff

View File

@@ -151,7 +151,7 @@ impl CodeGenSession {
{
let func_start = &mut self.func_defs[func_idx as usize];
// At this point we now the exact start address of this function. Save it
// At this point we know the exact start address of this function. Save it
// and define dynamic label at this location.
func_start.offset = Some(self.assembler.offset());
self.assembler.dynamic_label(func_start.label);