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
|
@ -1,9 +1,12 @@
|
|||
#ifndef COSMOPOLITAN_TOOL_BUILD_LIB_SYSCALL_H_
|
||||
#define COSMOPOLITAN_TOOL_BUILD_LIB_SYSCALL_H_
|
||||
#include "tool/build/lib/fds.h"
|
||||
#include "tool/build/lib/machine.h"
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
extern const struct MachineFdCb kMachineFdCbHost;
|
||||
|
||||
void OpSyscall(struct Machine *);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue