mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
Cleanup syscall numbers
This commit is contained in:
parent
61fe0e8647
commit
9d6e6790e1
19 changed files with 32 additions and 32 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// System provided UVM32_SYSCALLs
|
||||
#define UVM32_SYSCALL_HALT 0x138
|
||||
#define UVM32_SYSCALL_YIELD 0x139
|
||||
// System provided UVM32_SYSCALLs, start at 0x10000000
|
||||
#define UVM32_SYSCALL_HALT 0x1000000
|
||||
#define UVM32_SYSCALL_YIELD 0x1000001
|
||||
|
||||
#include "uvm32_common_custom.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue