Skip to content

rts: Fix size of StgOrigThunkInfo frames

Ben Gamari requested to merge wip/T24809 into master

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).

Merge request reports