summaryrefslogtreecommitdiffstats
path: root/src/asm_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asm_support.h')
-rw-r--r--src/asm_support.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/asm_support.h b/src/asm_support.h
index f81966f..8d29a35 100644
--- a/src/asm_support.h
+++ b/src/asm_support.h
@@ -10,13 +10,13 @@
#define rSELF r9
#define rLR r14
// Offset of field Thread::suspend_count_ verified in InitCpu
-#define THREAD_SUSPEND_COUNT_OFFSET 388
+#define THREAD_SUSPEND_COUNT_OFFSET 392
// Offset of field Thread::suspend_count_ verified in InitCpu
-#define THREAD_EXCEPTION_OFFSET 384
+#define THREAD_EXCEPTION_OFFSET 388
#elif defined(__i386__)
// Offset of field Thread::self_ verified in InitCpu
-#define THREAD_SELF_OFFSET 376
+#define THREAD_SELF_OFFSET 380
#endif
#endif // ART_SRC_ASM_SUPPORT_H_