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

Unified Diff: runtime/vm/assembler_arm.cc

Issue 136563002: Landing: Write protect executable pages in the VM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Added command line flag Created 6 years, 11 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
Index: runtime/vm/assembler_arm.cc
diff --git a/runtime/vm/assembler_arm.cc b/runtime/vm/assembler_arm.cc
index 18697a80ed9d4725f6b54bbbafc060db012ee24c..7f9933d9b9bef0ab7f500f7143f5f3c415c021c9 100644
--- a/runtime/vm/assembler_arm.cc
+++ b/runtime/vm/assembler_arm.cc
@@ -1798,6 +1798,8 @@ class PatchFarBranch : public AssemblerFixup {
ASSERT((movt == Instr::kNopInstruction) &&
(bx == Instr::kNopInstruction));
}
+
+ virtual bool IsPointerOffset() const { return false; }
};

Powered by Google App Engine
This is Rietveld 408576698