From: Zoltan Varga Date: Sat, 5 Nov 2016 02:19:25 +0000 (-0400) Subject: [arm64] Set a flag in MonoContext if the fp regs are saved, and only restore them... X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=9a4eec2f1f9ba2adef7394d9a6be82bd5cb9267a;hp=9a4eec2f1f9ba2adef7394d9a6be82bd5cb9267a;p=mono.git [arm64] Set a flag in MonoContext if the fp regs are saved, and only restore them if they are. These registers are not saved when the context is created from a ucontext. (#3890) ---