| Index: src/a64/simulator-a64.cc
|
| diff --git a/src/a64/simulator-a64.cc b/src/a64/simulator-a64.cc
|
| index 98bfc7f849ba5529424ce887b04c98202f00f263..34b5d7633f05b398069876d46be4fc0ed68dd0e5 100644
|
| --- a/src/a64/simulator-a64.cc
|
| +++ b/src/a64/simulator-a64.cc
|
| @@ -30,7 +30,7 @@
|
| #include <cstdarg>
|
| #include "v8.h"
|
|
|
| -#if defined(V8_TARGET_ARCH_A64)
|
| +#if V8_TARGET_ARCH_A64
|
|
|
| #include "disasm.h"
|
| #include "assembler.h"
|
| @@ -765,6 +765,7 @@ void Simulator::ListBreakpoints() {
|
| }
|
| }
|
|
|
| +
|
| void Simulator::CheckBreakpoints() {
|
| bool hit_a_breakpoint = false;
|
| for (unsigned i = 0; i < breakpoints_.size(); i++) {
|
|
|