blob: 6eda4bf8a41eadfc58d570ba767373c2e0c8d6c7 [file] [log] [blame]
// Copyright 2011 Google Inc. All Rights Reserved.
#ifndef ART_SRC_ASM_SUPPORT_H_
#define ART_SRC_ASM_SUPPORT_H_
#if defined(__i386__)
// Offset of field Thread::self_ verified in InitCpu
#define THREAD_SELF_OFFSET 0x161
#endif
#endif // ART_SRC_ASM_SUPPORT_H_