am,platform,nemu: fix typo in preprocessor directive
This commit is contained in:
parent
adff80b91c
commit
acd889e89c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
# define nemu_trap(code) asm volatile("mv a0, %0; ebreak" : :"r"(code))
|
||||
#elif defined(__ISA_LOONGARCH32R__)
|
||||
# define nemu_trap(code) asm volatile("move $a0, %0; break 0" : :"r"(code))
|
||||
#elif
|
||||
#else
|
||||
# error unsupported ISA __ISA__
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue