This commit is contained in:
Zihao Yu 2024-05-01 23:57:54 +08:00
parent 9d1cb1d563
commit 6f2c345320

View file

@ -8,7 +8,7 @@ Context* __am_irq_handle(Context *c) {
if (user_handler) {
Event ev = {0};
uintptr_t ecode = 0;
switch (ccode) {
switch (ecode) {
default: ev.event = EVENT_ERROR; break;
}