mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Fix bugs and have emulator emulate itself
This commit is contained in:
parent
5aabacb361
commit
bd29223891
111 changed files with 1283 additions and 2073 deletions
|
@ -60,7 +60,7 @@ struct Machine {
|
|||
struct TlbEntry {
|
||||
int64_t v;
|
||||
void *r;
|
||||
} tlb[4];
|
||||
} tlb[16];
|
||||
uint8_t *veg[2 * 8];
|
||||
uint8_t *beg[2 * 2 * 8];
|
||||
struct MachineFpu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue