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

Unified Diff: runtime/vm/object.h

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Merge and cleanup Created 3 years, 6 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 | « runtime/vm/malloc_hooks_mips.cc ('k') | runtime/vm/object_mips_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 4514c02705ee493933362820c915d9648719fc10..5c007ee2624704b82e13061fbe466fb8889d2c1c 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -4230,9 +4230,6 @@ class Instructions : public Object {
#elif defined(TARGET_ARCH_ARM64)
static const intptr_t kCheckedEntryOffset = 16;
static const intptr_t kUncheckedEntryOffset = 40;
-#elif defined(TARGET_ARCH_MIPS)
- static const intptr_t kCheckedEntryOffset = 12;
- static const intptr_t kUncheckedEntryOffset = 52;
#elif defined(TARGET_ARCH_DBC)
static const intptr_t kCheckedEntryOffset = 0;
static const intptr_t kUncheckedEntryOffset = 0;
« no previous file with comments | « runtime/vm/malloc_hooks_mips.cc ('k') | runtime/vm/object_mips_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698