diff --git a/MCInst.h b/MCInst.h index 8bb935c949..ce0f4634c1 100644 --- a/MCInst.h +++ b/MCInst.h @@ -42,7 +42,7 @@ struct MCOperand { unsigned char Kind; union { - unsigned RegVal; + uint64_t RegVal; int64_t ImmVal; double FPImmVal; };