Chromium Code Reviews| Index: src/arm/simulator-arm.cc |
| =================================================================== |
| --- src/arm/simulator-arm.cc (revision 13713) |
| +++ src/arm/simulator-arm.cc (working copy) |
| @@ -3248,7 +3248,9 @@ |
| PrintF(" 0x%08x %s\n", reinterpret_cast<intptr_t>(instr), buffer.start()); |
| } |
| if (instr->ConditionField() == kSpecialCondition) { |
| - UNIMPLEMENTED(); |
| + if (!instr->IsPld()) { |
| + UNIMPLEMENTED(); |
| + } |
| } else if (ConditionallyExecute(instr)) { |
| switch (instr->TypeValue()) { |
| case 0: |