Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: src/arm64/simulator-arm64.cc

Issue 2901383004: [instruction scheduler] fix ArchDebugBreak. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/arm64/assembler-arm64.cc ('k') | src/compiler/instruction-scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/arm64/simulator-arm64.cc
diff --git a/src/arm64/simulator-arm64.cc b/src/arm64/simulator-arm64.cc
index beb1ace678f6db5dc35abd9ffa07907e0ef4fc20..4ade5f235c23c6191514493cd79fa7d24bac665c 100644
--- a/src/arm64/simulator-arm64.cc
+++ b/src/arm64/simulator-arm64.cc
@@ -3889,7 +3889,9 @@ void Simulator::VisitException(Instruction* instr) {
}
break;
}
-
+ case BRK:
+ base::OS::DebugBreak();
+ break;
default:
UNIMPLEMENTED();
}
« no previous file with comments | « src/arm64/assembler-arm64.cc ('k') | src/compiler/instruction-scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698