quick and dirty emscripten port

This commit is contained in:
Johan Euphrosine
2023-07-12 00:31:37 +09:00
parent c3ec56725b
commit 96eb275622
20 changed files with 37 additions and 41 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ SimStartRsim(argv)
FORK(child);
/*
#ifdef SYSV
#if defined(SYSV)
child = fork();
#else
child = vfork();