diff options
Diffstat (limited to 'src/thread_arm.cc')
| -rw-r--r-- | src/thread_arm.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thread_arm.cc b/src/thread_arm.cc index a7efc1a5ac..0196eb8970 100644 --- a/src/thread_arm.cc +++ b/src/thread_arm.cc @@ -9,6 +9,7 @@ namespace art { void Thread::InitCpu() { CHECK_EQ(THREAD_SUSPEND_COUNT_OFFSET, OFFSETOF_MEMBER(Thread, suspend_count_)); + CHECK_EQ(THREAD_EXCEPTION_OFFSET, OFFSETOF_MEMBER(Thread, exception_)); } } // namespace art |