Update arch enum

This commit is contained in:
gingerBill
2022-05-01 23:52:55 +01:00
parent 18ad6c33ef
commit be8de4a1ff
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -1114,7 +1114,7 @@ when ODIN_ARCH == .amd64 {
SYS_landlock_add_rule : uintptr : 445
SYS_landlock_restrict_self : uintptr : 446
SYS_memfd_secret : uintptr : 447
} else when false /*ODIN_ARCH == .arm*/ { // TODO
} else when ODIN_ARCH == .arm32 { // TODO
SYS_restart_syscall : uintptr : 0
SYS_exit : uintptr : 1
SYS_fork : uintptr : 2