mirror of
https://github.com/justinian/jsix.git
synced 2025-12-11 08:54:31 -08:00
Put MAX_SYSCALLS in hex to match syscalls list
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
; Make sure to keep MAX_SYSCALLS in sync with
|
||||
; syscall::MAX in syscall.h
|
||||
MAX_SYSCALLS equ 64
|
||||
MAX_SYSCALLS equ 0x40
|
||||
|
||||
extern __counter_syscall_enter
|
||||
extern __counter_syscall_sysret
|
||||
|
||||
Reference in New Issue
Block a user