]> Git Repo - qemu.git/blobdiff - disas/sh4.c
target-arm: lpae: Make t0sz and t1sz signed integers
[qemu.git] / disas / sh4.c
index f6cadd55c00ddb5bc13935c63b39de5f7fdc1c7e..020f5ebb7bfb437300b1ffbd0f3cbd0360aa698e 100644 (file)
@@ -332,7 +332,7 @@ typedef struct
 
 #ifdef DEFINE_TABLE
 
-const sh_opcode_info sh_table[] =
+static const sh_opcode_info sh_table[] =
   {
 /* 0111nnnni8*1.... add #<imm>,<REG_N>  */{"add",{A_IMM,A_REG_N},{HEX_7,REG_N,IMM0_8}, arch_sh1_up},
 
This page took 0.021047 seconds and 4 git commands to generate.