From d09d59007a483198e26c925cecf9b1f8afec5388 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 2 Jul 2015 11:09:01 -0400 Subject: [PATCH] Arm64Emitter: Add a missing const specifier for an array table --- Source/Core/Common/Arm64Emitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Common/Arm64Emitter.cpp b/Source/Core/Common/Arm64Emitter.cpp index c31583e5fc..6eaa4fdfca 100644 --- a/Source/Core/Common/Arm64Emitter.cpp +++ b/Source/Core/Common/Arm64Emitter.cpp @@ -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