Add missing constructor
This commit is contained in:
parent
eaf006d606
commit
9049ad91f9
1 changed files with 2 additions and 0 deletions
|
@ -281,6 +281,8 @@ struct ALUClauseTemporariesState
|
|||
|
||||
struct GPRTemporary
|
||||
{
|
||||
GPRTemporary(uint8 gprIndex, uint8 channel, uint8 backupVarIndex) : gprIndex(gprIndex), channel(channel), backupVarIndex(backupVarIndex) {}
|
||||
|
||||
uint8 gprIndex;
|
||||
uint8 channel;
|
||||
uint8 backupVarIndex;
|
||||
|
|
Loading…
Reference in a new issue