MIPS: Fix 'Optimize simulator.'
authorbalazs.kilvady <balazs.kilvady@imgtec.com>
Tue, 8 Sep 2015 19:32:06 +0000 (12:32 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 8 Sep 2015 19:32:27 +0000 (19:32 +0000)
commitaffd6dfcb5676347025dd8c8899e15fae1c56d53
tree56bf023b8ea941b0d42c1a9a99a5fb7837f5592a
parent444a933931b405bd33485e8c299ee850b47a9531
MIPS: Fix 'Optimize simulator.'

For simulator optimization we modified Instruction::InstructionType() function so a simpler but less complete InstructionType() function used by default. This fix enables the full InstructionType checking to properly decode a dd-constant label as unsupported opcode, rather than aborting.

BUG=chromium:528875
LOG=NO

Review URL: https://codereview.chromium.org/1314673010

Cr-Commit-Position: refs/heads/master@{#30644}
src/mips/disasm-mips.cc