mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02: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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue