Skip to content

Commit

Permalink
[runtime] Remove the unused method field from MonoLMF on arm64.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed May 17, 2015
1 parent f828063 commit b427092
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mono/metadata/object-offsets.h
Expand Up @@ -219,7 +219,6 @@ DECL_OFFSET (MonoContext, pc)
DECL_OFFSET (MonoContext, regs)
DECL_OFFSET (MonoContext, fregs)

DECL_OFFSET(MonoLMF, method)
DECL_OFFSET(MonoLMF, lmf_addr)

DECL_OFFSET(SeqPointInfo, ss_trigger_page)
Expand All @@ -228,6 +227,10 @@ DECL_OFFSET(DynCallArgs, res)
DECL_OFFSET(DynCallArgs, res2)
#endif

#if defined(TARGET_ARM)
DECL_OFFSET(MonoLMF, method)
#endif

#if defined(TARGET_AMD64) || defined(TARGET_ARM64)
DECL_OFFSET(SeqPointInfo, ss_tramp_addr)
#endif
Expand Down

0 comments on commit b427092

Please sign in to comment.