Wrap the mmap2 syscall

This commit is contained in:
2025-05-09 18:42:46 +02:00
parent 92f50fff5f
commit 890486532c
5 changed files with 264 additions and 137 deletions

View File

@@ -60,4 +60,5 @@
#
# Symbols.
#
.equ TYPE_PRIMITIVE, 1
.equ TYPE_PRIMITIVE, 0x01
.equ TYPE_POINTER, 0x02