The UnwindHelp object is used during exception handling by runtime code. It must be findable from a fixed offset from FP.
This change allocates the UnwindHelp object as a fixed object (as is done for x86_64) to ensure that both the generated code and runtime agree on the location of the object.
Maybe elaborate a bit; this is specifically the first space allocated in the function, next to sp on entry.