fw: Replace custom picorv32 instructions in qemu target

This commit is contained in:
Mikael Ågren 2025-03-13 15:33:20 +01:00 committed by Michael Cardell Widerkrantz
parent 2cb5f2eca6
commit d239b952b0
No known key found for this signature in database
GPG key ID: D3DB3DDF57E704E5
3 changed files with 20 additions and 0 deletions

View file

@ -1,5 +1,13 @@
#ifdef QEMU_DEBUG
#define picorv32_maskirq_insn(...)
#else
#include "../tk1/picorv32/custom_ops.S"
#endif
.section ".text"
.globl syscall_enable