dbghelp: Stop unwinding on potential 64bit frame for i386 cpu.
commit7de1284b59f18257bebbaa63b9a5ca89291251ed
authorEric Pouech <eric.pouech@gmail.com>
Wed, 1 Feb 2023 15:22:52 +0000 (1 16:22 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Feb 2023 21:34:44 +0000 (6 22:34 +0100)
treeb9b2d8da8dca0605877eec94052d0e5bd2b346f0
parent002057543dc70b9281c609b9e7858317e0f32c54
dbghelp: Stop unwinding on potential 64bit frame for i386 cpu.

Transform potential error on 32 => 64 bit transition with
end of stack (needed in new wow64 for dbghelp's stackwalk tests).

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
dlls/dbghelp/cpu_i386.c