commit | 40e3acc18f1c663ee8f0c981525316f864f7b8ea | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Wed Oct 31 22:14:46 2012 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Oct 31 22:20:43 2012 +0100 |
tree | c410b9352108350dcb96aa9fc042a016dd37930d | |
parent | b30706dda79894c01768df23cde526061d609258 [diff] |
target-mips: remove #if defined(TARGET_MIPS64) in opcode enums All switch() decoding instruction have a default entry, so it is possible to have unused enum entries. Remove conditional definitions of MIPS64 opcode enums, as it only makes the code less readable. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>