mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-09-27 20:01:13 -04:00
fw: Replace custom picorv32 instructions in qemu target
This commit is contained in:
parent
2cb5f2eca6
commit
d239b952b0
3 changed files with 20 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
#ifdef QEMU_DEBUG
|
||||
|
||||
#define picorv32_maskirq_insn(...)
|
||||
|
||||
#else
|
||||
|
||||
#include "../tk1/picorv32/custom_ops.S"
|
||||
|
||||
#endif
|
||||
|
||||
.section ".text"
|
||||
.globl syscall_enable
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue