blob: a7efc1a5acaa851e71f2d35a7eb53a3c58dfd7f1 [file] [log] [blame]
// Copyright 2011 Google Inc. All Rights Reserved.
#include "thread.h"
#include "asm_support.h"
#include "macros.h"
namespace art {
void Thread::InitCpu() {
CHECK_EQ(THREAD_SUSPEND_COUNT_OFFSET, OFFSETOF_MEMBER(Thread, suspend_count_));
}
} // namespace art