fix: remove redundant file

This commit is contained in:
lixin 2022-05-08 11:53:04 +08:00
parent 87012b6cf2
commit 9c959db9f9
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
#include <amtest.h>
int main() {
uintptr_t mcycle = -1;
asm volatile("csrr %0, mcycle" : "=r"(mcycle));
nemu_assert(mcycle / uptime() == 100);
return 0;
}