minor code change

This commit is contained in:
2021-01-26 15:47:22 +00:00
parent 8829e27c33
commit 79d0385600
3 changed files with 3 additions and 2 deletions

View File

@ -300,6 +300,7 @@ static int emit_byte_instruction (hcl_t* hcl, hcl_oob_t bc, const hcl_ioloc_t* s
if (srcloc)
{
hcl->code.locptr[hcl->code.bc.len] = srcloc->line;
}