]> Git Repo - qemu.git/commitdiff
disas/mips: remove unused mips_msa_control_names_numeric[32]
authorLeon Alrae <[email protected]>
Wed, 10 Dec 2014 15:48:02 +0000 (15:48 +0000)
committerLeon Alrae <[email protected]>
Tue, 16 Dec 2014 12:45:20 +0000 (12:45 +0000)
Signed-off-by: Leon Alrae <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
disas/mips.c

index 2614c52a4b6e94355dcc4c568e5bfb94dcb33a7f..b94d5d9edd612910cf70c10d22dbbdc64175164f 100644 (file)
@@ -3801,13 +3801,6 @@ static const char * const mips_hwr_names_mips3264r2[32] =
   "$24",  "$25",  "$26",  "$27",  "$28",  "$29",  "$30",  "$31"
 };
 
-static const char * const mips_msa_control_names_numeric[32] = {
-  "$0",   "$1",   "$2",   "$3",   "$4",   "$5",   "$6",   "$7",
-  "$8",   "$9",   "$10",  "$11",  "$12",  "$13",  "$14",  "$15",
-  "$16",  "$17",  "$18",  "$19",  "$20",  "$21",  "$22",  "$23",
-  "$24",  "$25",  "$26",  "$27",  "$28",  "$29",  "$30",  "$31"
-};
-
 static const char * const mips_msa_control_names_mips3264r2[32] = {
   "MSAIR", "MSACSR", "$2", "$3",  "$4",   "$5",   "$6",   "$7",
   "$8",   "$9",   "$10",  "$11",  "$12",  "$13",  "$14",  "$15",
This page took 0.035403 seconds and 4 git commands to generate.