mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-06-05 04:59:57 -04:00
Add QEMU_SYSCALL to enable Qemu syscalls
Enable Qemu syscall handling by defining QEMU_SYSCALL instead of QEMU_DEBUG. That way we can select either or.
This commit is contained in:
parent
7cd1f03933
commit
04d54c9396
3 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#ifdef QEMU_DEBUG
|
||||
#ifdef QEMU_SYSCALL
|
||||
|
||||
#define picorv32_maskirq_insn(...)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue