rts: Fix size of StgOrigThunkInfo frames
Previously the entry code of the stg_orig_thunk
frame failed to
account for the size of the profiling header as it hard-coded the frame
size. Fix this.
Fixes #24809 (closed).
Previously the entry code of the stg_orig_thunk
frame failed to
account for the size of the profiling header as it hard-coded the frame
size. Fix this.
Fixes #24809 (closed).