mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-27 15:52:28 +00:00
Refactor some Blinkenlights code
This commit is contained in:
parent
8af91bcbe7
commit
e3ee3c78e9
4 changed files with 46 additions and 40 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue