summaryrefslogtreecommitdiffstats
path: root/runtime/arch
diff options
context:
space:
mode:
authorRaghu Gandham <raghu.gandham@imgtec.com>2014-08-14 16:45:56 -0700
committerRaghu Gandham <raghu.gandham@imgtec.com>2014-08-15 08:30:17 -0700
commitffe18b5fb6d8bcb721f923652dce557498753616 (patch)
tree065c42c40dce5a5375443192381bc2351bd529e6 /runtime/arch
parent37f048b19da5ac245a6b2a8473b326d2167cc692 (diff)
downloadandroid_art-ffe18b5fb6d8bcb721f923652dce557498753616.tar.gz
android_art-ffe18b5fb6d8bcb721f923652dce557498753616.tar.bz2
android_art-ffe18b5fb6d8bcb721f923652dce557498753616.zip
Fix the THREAD_ offsets for MIPS.
Change-Id: Iafa5a470d3910e819f8c8cf976213d228b8805d9
Diffstat (limited to 'runtime/arch')
-rw-r--r--runtime/arch/mips/asm_support_mips.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/arch/mips/asm_support_mips.h b/runtime/arch/mips/asm_support_mips.h
index 4db5ea6033..6add93b40e 100644
--- a/runtime/arch/mips/asm_support_mips.h
+++ b/runtime/arch/mips/asm_support_mips.h
@@ -22,9 +22,9 @@
// Offset of field Thread::tls32_.state_and_flags verified in InitCpu
#define THREAD_FLAGS_OFFSET 0
// Offset of field Thread::tlsPtr_.card_table verified in InitCpu
-#define THREAD_CARD_TABLE_OFFSET 112
+#define THREAD_CARD_TABLE_OFFSET 120
// Offset of field Thread::tlsPtr_.exception verified in InitCpu
-#define THREAD_EXCEPTION_OFFSET 116
+#define THREAD_EXCEPTION_OFFSET 124
#define FRAME_SIZE_SAVE_ALL_CALLEE_SAVE 64
#define FRAME_SIZE_REFS_ONLY_CALLEE_SAVE 64