[arm64] Add the full neon regs to the context
[mono.git] / mono / utils / mono-context.c
index 3861e54f5e6a04b75c661be7308939c904008859..59ef74b215c1b642bc2967402a7f42d941be5ae5 100644 (file)
@@ -401,8 +401,7 @@ mono_sigctx_to_monoctx (void *sigctx, MonoContext *mctx)
 
        g_assert (fpctx->head.magic == FPSIMD_MAGIC);
        for (i = 0; i < 32; ++i)
-               /* Only store the bottom 8 bytes for now */
-               *(guint64*)&(mctx->fregs [i]) = fpctx->vregs [i];
+               mctx->fregs [i] = fpctx->vregs [i];
 #endif
        /* FIXME: apple */
 #endif