[metadata] Add missing ARM64 object offsets.
authorJoão Matos <joao@tritao.eu>
Tue, 17 Feb 2015 16:11:21 +0000 (16:11 +0000)
committerJoão Matos <joao@tritao.eu>
Tue, 17 Feb 2015 16:11:21 +0000 (16:11 +0000)
This fixes the mobile products build with Mono master.

mono/metadata/object-offsets.h

index 7fb5790528113236fad27acfb003e8166ed23055..ec6eb18540d8c7ce10b89079eafc851c7718d4aa 100644 (file)
@@ -186,6 +186,9 @@ DECL_OFFSET(MonoLMF, fregs)
 #elif defined(TARGET_ARM64)
 DECL_OFFSET(MonoLMF, pc)
 DECL_OFFSET(MonoLMF, gregs)
+DECL_OFFSET(DynCallArgs, fpregs)
+DECL_OFFSET(DynCallArgs, n_fpargs)
+DECL_OFFSET(DynCallArgs, n_fpret)
 #endif
 
 #ifdef TARGET_AMD64