1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-08 09:38:06 +00:00

Implement sys v abi on x64 partially.

This commit is contained in:
Calvin Rose
2022-06-06 18:54:17 -05:00
parent 94c19575b1
commit 282d1ba22f
10 changed files with 353 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ JANET_CORE_SOURCES=src/core/abstract.c \
src/core/debug.c \
src/core/emit.c \
src/core/ev.c \
src/core/ffi.c \
src/core/fiber.c \
src/core/gc.c \
src/core/inttypes.c \