aboutsummaryrefslogtreecommitdiff
path: root/fesvr/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'fesvr/syscall.h')
-rw-r--r--fesvr/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fesvr/syscall.h b/fesvr/syscall.h
index 4915efd..c002e6c 100644
--- a/fesvr/syscall.h
+++ b/fesvr/syscall.h
@@ -28,6 +28,7 @@ class syscall_t : public device_t
{
public:
syscall_t(htif_t*);
+ ~syscall_t();
void set_chroot(const char* where);
@@ -38,6 +39,7 @@ class syscall_t : public device_t
memif_t* memif;
std::vector<syscall_func_t> table;
fds_t fds;
+ std::vector<reg_t> fds_index;
void handle_syscall(command_t cmd);
void dispatch(addr_t mm);