Arm64Emitter: Add a missing const specifier for an array table

This commit is contained in:
Lioncash 2015-07-02 11:09:01 -04:00
parent 8d69c2b4b7
commit d09d59007a
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ static const u32 LogicalEnc[][2] = {
};
// Load/Store Exclusive
static u32 LoadStoreExcEnc[][5] = {
static const u32 LoadStoreExcEnc[][5] = {
{0, 0, 0, 0, 0}, // STXRB
{0, 0, 0, 0, 1}, // STLXRB
{0, 0, 1, 0, 0}, // LDXRB