Index: src/mips/simulator-mips.cc |
diff --git a/src/mips/simulator-mips.cc b/src/mips/simulator-mips.cc |
index be9f369d0190afa776b2c3c85339ffe5c2fdd3f7..7f35fb37a02b9c52e9d50f5c436c05d70cae9765 100644 |
--- a/src/mips/simulator-mips.cc |
+++ b/src/mips/simulator-mips.cc |
@@ -513,7 +513,7 @@ void MipsDebugger::Debug() { |
int32_t words; |
if (argc == next_arg) { |
words = 10; |
- } else if (argc == next_arg + 1) { |
+ } else { |
if (!GetValue(argv[next_arg], &words)) { |
words = 10; |
} |