dbghelp: Silence some FIXMEs.
commit0c3d78269f9a463bf43bebdf08db368aef484cca
authorEric Pouech <eric.pouech@gmail.com>
Wed, 19 Oct 2022 15:27:43 +0000 (19 17:27 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 19 Oct 2022 19:08:03 +0000 (19 21:08 +0200)
treec6762f15e46d6593053485a398a96f882d0bb870
parent3dee69106a4fcbb4f762a2cc7942f0215d33216c
dbghelp: Silence some FIXMEs.

In some 32bit modules, MingW/GCC generates in Dwarf debug information,
a cfa address to be computed as:
   deref(register XX + offset)
which is too complicated to be expressed through regular DbgHelp APIs.

So silence the FIXME, and report a 'too complex' error (instead of
'internal').

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52790
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
dlls/dbghelp/dwarf.c