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

Unified Diff: runtime/vm/assembler_arm.cc

Issue 1289883004: Fix simulators. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | runtime/vm/assembler_arm64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler_arm.cc
diff --git a/runtime/vm/assembler_arm.cc b/runtime/vm/assembler_arm.cc
index 0fa2abd372541ffbf7c8ca397b52ca9100f263dc..b7cec21232e184d11b7473e0dbb40f1390145f9d 100644
--- a/runtime/vm/assembler_arm.cc
+++ b/runtime/vm/assembler_arm.cc
@@ -2065,7 +2065,7 @@ int32_t Assembler::EncodeBranchOffset(int32_t offset, int32_t inst) {
if (!CanEncodeBranchOffset(offset)) {
ASSERT(!use_far_branches());
- Isolate::Current()->long_jump_base()->Jump(
+ Thread::Current()->long_jump_base()->Jump(
1, Object::branch_offset_error());
}
« no previous file with comments | « no previous file | runtime/vm/assembler_arm64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698