Add yield

This commit is contained in:
Toby Jaffey 2025-12-10 11:05:22 +00:00
parent b4f170b6b6
commit 47fd83ed4c

View file

@ -61,6 +61,8 @@ int main(int argc, char *argv[]) {
const char *str = uvm32_getcstr(&vmst, &evt, ARG0);
printf("%s\n", str);
} break;
case UVM32_SYSCALL_YIELD:
break;
default:
printf("Unhandled syscall 0x%08x\n", evt.data.syscall.code);
break;