Update DPR type instruction IR operand field name

This commit is contained in:
Themis Demetriades 2024-06-04 15:41:58 +01:00
parent bb6fa95ade
commit 2402e3d268

View File

@ -47,7 +47,7 @@ typedef struct {
union {
a64inst_logicOp logicOp;
a64inst_arithmOp arithmOp;
} processOpId;
} processOp;
a64inst_regSpecifier src2;
union {
a64inst_DPRegister_ArithmLogicData arithmLogicData;