mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
Put MAX_SYSCALLS in hex to match syscalls list
This commit is contained in:
@@ -12,7 +12,7 @@ enum class syscall : uint64_t
|
||||
|
||||
// Maximum syscall id. If you change this, also change
|
||||
// MAX_SYSCALLS in syscall.s
|
||||
MAX = 64
|
||||
MAX = 0x40
|
||||
};
|
||||
|
||||
void syscall_enable();
|
||||
|
||||
Reference in New Issue
Block a user