BurritOS/test/riscv_instructions/syscall_tests/halt.c

7 lines
75 B
C
Raw Normal View History

2023-04-04 20:55:27 +02:00
#include "userlib/syscall.h"
int main() {
Shutdown();
return 0;
}