Refactor some Blinkenlights code

This commit is contained in:
Justine Tunney 2021-03-03 13:09:06 -08:00
parent 8af91bcbe7
commit e3ee3c78e9
4 changed files with 46 additions and 40 deletions

View file

@ -92,5 +92,5 @@ void ResetTlb(struct Machine *m) {
m->tlbindex = 0;
memset(m->tlb, 0, sizeof(m->tlb));
m->codevirt = 0;
m->codehost = NULL;
m->codehost = 0;
}