JIT: Properly mark compilation as having throw helpers in debug codegen (#79504)
authorJakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
Wed, 14 Dec 2022 21:00:56 +0000 (22:00 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Dec 2022 21:00:56 +0000 (22:00 +0100)
commitb34029154a1da85e1ce37471bd93eb25b015b0db
tree2135530e07e405719f1e5d575d87fa6f263362cc
parentbcef34dfd78e4f0a39bd9ddcfbe992dcf21acc74
JIT: Properly mark compilation as having throw helpers in debug codegen (#79504)

Otherwise we may fail to allocate the outgoing arg area and align the
stack properly.

Fix #78092
src/coreclr/jit/morph.cpp