change syscall id types
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
Julien CLEMENT 2023-01-05 20:11:36 +01:00
parent 13f5c9dc0e
commit 87ba7f2ab4

View File

@ -1,3 +1,3 @@
pub type SyscallId = u64;
pub const EXIT_ID: u64 = 0;
pub const EXIT_ID: SyscallId = 0;