> compile NEMU
221220000 张三 Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 23:43:28 up 4 days, 18:49, 1 user, load average: 1.16, 1.79, 1.12
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
static Context* do_event(Event e, Context* c) {
|
||||
switch (e.event) {
|
||||
// case EVENT_YIELD: printf("EVENT_YIELD\n"); break;
|
||||
case EVENT_YIELD: printf("EVENT_YIELD\n"); break;
|
||||
default: panic("Unhandled event ID = %d", e.event);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user