-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc42a5d
commit 2e62649
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule kafel
updated
12 files
+18 −0 | include/kafel.h | |
+9 −3 | src/Makefile | |
+67 −14 | src/codegen.c | |
+8 −6 | src/common.h | |
+1 −1 | src/context.c | |
+1 −1 | src/context.h | |
+51 −6 | src/kafel.c | |
+25 −10 | src/syscall.c | |
+3 −1 | src/syscall.h | |
+1,846 −0 | src/syscalls/riscv64_syscalls.c | |
+4 −2 | test/basic.c | |
+0 −2 | tools/gen_syscalls/gen_syscalls.sh |