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).
Due to a large amount of spam we do not allow new users to create repositories, they are "external" users. If you are a new user and want to create a repository, for example for forking GHC, open a new issue on ghc/ghc using the "get-verified" issue template
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).