HexagonMCInst.h: Qualify constants explicitly to appease msc17.
[oota-llvm.git] / lib / Target / Hexagon / MCTargetDesc / HexagonMCInst.h
index 591109221d52e944468a1fa5abe64c2995f3cb6d..e8d95537235ecc8464b9523877355737e67368b8 100644 (file)
@@ -45,10 +45,10 @@ public:
 
   void setPacketBegin(bool Y);
   bool isPacketBegin() const;
-  size_t const packetBeginIndex = 0;
+  static const size_t packetBeginIndex = 0;
   void setPacketEnd(bool Y);
   bool isPacketEnd() const;
-  size_t const packetEndIndex = 1;
+  static const size_t packetEndIndex = 1;
   void resetPacket();
 
   // Return the slots used by the insn.