[kern/kerx] Fix trace numbering

This commit is contained in:
Behdad Esfahbod 2018-11-06 13:51:39 -05:00
parent bfafe208da
commit 220a5991ba
2 changed files with 2 additions and 0 deletions

View File

@ -720,6 +720,7 @@ struct kerx
skip:
table = &StructAfter<KerxTable> (*table);
c->set_lookup_index (c->lookup_index + 1);
}
}

View File

@ -596,6 +596,7 @@ struct KernTable
skip:
st = &StructAfter<SubTable> (*st);
c->set_lookup_index (c->lookup_index + 1);
}
}