> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar 1 12:35:11 UTC 2024 x86_64 GNU/Linux 16:26:21 up 4 days 3:32, 2 users, load average: 0.85, 0.91, 0.95
This commit is contained in:
parent
a210694e82
commit
d08c2860da
415 changed files with 44314 additions and 11 deletions
13
am-kernels/tests/cpu-tests/include/trap.h
Normal file
13
am-kernels/tests/cpu-tests/include/trap.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifndef __TRAP_H__
|
||||
#define __TRAP_H__
|
||||
|
||||
#include <am.h>
|
||||
#include <klib.h>
|
||||
#include <klib-macros.h>
|
||||
|
||||
__attribute__((noinline))
|
||||
void check(bool cond) {
|
||||
if (!cond) halt(1);
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue