We can make CLZ_TAB const.

This commit is contained in:
riccardom 2010-02-12 16:57:39 +00:00
parent 277401e4d8
commit ecf8cf18c7
1 changed files with 1 additions and 1 deletions

View File

@ -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