Skip to content

Commit

Permalink
Change RegVal type to 64bit. (#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Oct 25, 2023
1 parent 6672fc7 commit 46154e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCInst.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct MCOperand {
unsigned char Kind;

union {
unsigned RegVal;
uint64_t RegVal;
int64_t ImmVal;
double FPImmVal;
};
Expand Down

0 comments on commit 46154e8

Please sign in to comment.