mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
Rename ioreq to syscall
This commit is contained in:
parent
b79a107a3d
commit
61fe0e8647
20 changed files with 187 additions and 190 deletions
|
|
@ -12,7 +12,7 @@ jal ra, main
|
|||
#include "non-rust-crt0-hack.S"
|
||||
#else
|
||||
// only rust will see this
|
||||
li a7, {IOREQ_HALT}
|
||||
li a7, {UVM32_SYSCALL_HALT}
|
||||
#endif
|
||||
ecall
|
||||
.section .data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue