提交 9c959db9 编写于 作者: L lixin

fix: remove redundant file

上级 87012b6c
#include <amtest.h>
int main() {
uintptr_t mcycle = -1;
asm volatile("csrr %0, mcycle" : "=r"(mcycle));
nemu_assert(mcycle / uptime() == 100);
return 0;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册