corrects mistake from rebasing, adds newly generated templates

This commit is contained in:
2025-03-31 12:50:05 +02:00
parent cc123939ce
commit 8f5d666b7d
3 changed files with 7 additions and 33 deletions

View File

@ -246,6 +246,7 @@ struct tgc5c: public arch_if {
uint32_t last_branch = 0; // indicates if last branch was taken
} reg;
#pragma pack(pop)
std::array<address_type, 4> addr_mode;
uint64_t interrupt_sim=0;