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

@ -56,7 +56,7 @@ struct Machine {
};
struct MachineTlb {
int64_t virt;
uint8_t *host;
uint64_t entry;
} tlb[16];
struct MachineReal {
size_t i, n;