From ecf8cf18c7e1306e4e159f6aaeff46ce0a92e13e Mon Sep 17 00:00:00 2001 From: riccardom Date: Fri, 12 Feb 2010 16:57:39 +0000 Subject: [PATCH] We can make CLZ_TAB const. --- desmume/src/arm_instructions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/arm_instructions.cpp b/desmume/src/arm_instructions.cpp index e0b9bb9da..a6d5abc79 100644 --- a/desmume/src/arm_instructions.cpp +++ b/desmume/src/arm_instructions.cpp @@ -3200,7 +3200,7 @@ TEMPLATE static u32 FASTCALL OP_BL(const u32 i) // CLZ //----------------------------------------------------------------------------- -u8 CLZ_TAB[16]= +const u8 CLZ_TAB[16]= { 0, // 0000 1, // 0001