Commit 817dd117 authored by Tom Anderson's avatar Tom Anderson Committed by Commit Bot

Fix v8::internal::Simulator::ResetState on arm

BUG=chromium:894427
R=machenbach

Change-Id: I129f512960ffc81b607bcdae1e43ddb94358d1df
Reviewed-on: https://chromium-review.googlesource.com/c/1277609Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56580}
parent 1486ea9c
...@@ -362,7 +362,7 @@ void Simulator::ResetState() { ...@@ -362,7 +362,7 @@ void Simulator::ResetState() {
set_lr(kEndOfSimAddress); set_lr(kEndOfSimAddress);
// Reset debug helpers. // Reset debug helpers.
breakpoints_.empty(); breakpoints_.clear();
break_on_next_ = false; break_on_next_ = false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment