Rename ioreq to syscall

This commit is contained in:
Toby Jaffey 2025-12-08 12:26:47 +00:00
parent b79a107a3d
commit 61fe0e8647
20 changed files with 187 additions and 190 deletions

View file

@ -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