adds semihosting to all backends

This commit is contained in:
2024-01-10 11:47:12 +01:00
parent 3ff59ba45d
commit fe2d5cb2f9
8 changed files with 4961 additions and 4177 deletions

View File

@ -201,6 +201,7 @@ struct tgc5c: public arch_if {
inline uint32_t get_last_branch() { return reg.last_branch; }
#pragma pack(push, 1)
struct TGC5C_regs {
uint32_t X0 = 0;