]> git.proxmox.com Git - qemu.git/commit
target-mips: remove #if defined(TARGET_MIPS64) in opcode enums
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 31 Oct 2012 21:14:46 +0000 (22:14 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 31 Oct 2012 21:20:43 +0000 (22:20 +0100)
commit40e3acc18f1c663ee8f0c981525316f864f7b8ea
treec410b9352108350dcb96aa9fc042a016dd37930d
parentb30706dda79894c01768df23cde526061d609258
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>
target-mips/translate.c