Implement VM #63

Merged
td1223 merged 94 commits from vm/merged/themis into master 2024-12-06 05:07:14 +00:00
16 changed files with 476 additions and 74 deletions
Showing only changes of commit 19d5b02341 - Show all commits

View File

@@ -259,7 +259,6 @@ thread_create (const char *name, int priority,
return TID_ERROR;
}
#define USERPROG
#ifdef USERPROG
/* Initialize the thread's file descriptor table. */
t->fd_counter = MINIMUM_USER_FD;