fix else-ambiguity in CoreDSL description
This commit is contained in:
parent
ecc6091d1e
commit
afe8905ac9
|
@ -1 +0,0 @@
|
|||
Subproject commit b005607fc30c4467683b6044eaca7eb378061b53
|
|
@ -217,7 +217,7 @@ struct tgc_c: public arch_if {
|
|||
|
||||
inline uint32_t get_last_branch() { return reg.last_branch; }
|
||||
|
||||
protected:
|
||||
|
||||
#pragma pack(push, 1)
|
||||
struct TGC_C_regs {
|
||||
uint32_t X0 = 0;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue