提交 d881c99f 编写于 作者: Y Yinan Xu

riscv,cte: disable unnecessary log

上级 7fd1143d
......@@ -57,7 +57,7 @@ _Context* __am_irq_SEIP_handler(_Event *ev, _Context *c) {
// It's not deleted because we want to test sip write mask.
asm volatile ("csrwi sip, 0");
ev->event = _EVENT_IRQ_IODEV;
printf("inside irq SSIP handler\n");
// printf("inside irq SSIP handler\n");
if (custom_external_handler != NULL)
custom_external_handler(*ev, c);
return c;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册