add spawn blocks

This commit is contained in:
2022-01-12 07:21:16 +01:00
parent 09955be90f
commit 3563ba80d0
3 changed files with 19 additions and 8 deletions

View File

@@ -161,7 +161,7 @@ struct ${coreDef.name.toLowerCase()}: public arch_if {
inline uint32_t get_last_branch() { return reg.last_branch; }
protected:
#pragma pack(push, 1)
struct ${coreDef.name}_regs {<%
registers.each { reg -> if(reg.size>0) {%>