mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
HexagonMCInst.h: Qualify constants explicitly to appease msc17.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223325 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
471e834c8d
commit
f769980c77
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user