fix else-ambiguity in CoreDSL description
This commit is contained in:
Submodule gen_input/CoreDSL-Instruction-Set-Description deleted from b005607fc3
@@ -217,7 +217,7 @@ struct tgc_c: public arch_if {
|
|||||||
|
|
||||||
inline uint32_t get_last_branch() { return reg.last_branch; }
|
inline uint32_t get_last_branch() { return reg.last_branch; }
|
||||||
|
|
||||||
protected:
|
|
||||||
#pragma pack(push, 1)
|
#pragma pack(push, 1)
|
||||||
struct TGC_C_regs {
|
struct TGC_C_regs {
|
||||||
uint32_t X0 = 0;
|
uint32_t X0 = 0;
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user