mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +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
|
@ -13,7 +13,7 @@ typedef uint64_t pml4t_t[512] aligned(4096);
|
|||
int FreePml4t(pml4t_t, int64_t, uint64_t, void (*)(void *),
|
||||
int (*)(void *, size_t));
|
||||
int RegisterPml4t(pml4t_t, int64_t, int64_t, size_t, void *(*)(void));
|
||||
int64_t FindPml4t(pml4t_t, int64_t, uint64_t, void *(*)(void));
|
||||
int64_t FindPml4t(pml4t_t, uint64_t, uint64_t);
|
||||
char *FormatPml4t(pml4t_t) nodiscard;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue