riscv-software-src / riscv-tests

Other
906 stars 464 forks source link

Disable timer interrupt to fix some bugs #503

Closed lz-bro closed 1 year ago

lz-bro commented 1 year ago

Turn off the timer interrupt after the test case (such as InterruptTest) ends to avoid interference with other test cases.