dbghelp: Remove useless code in ARM stack walk.

This commit is contained in:
André Hentschel 2013-01-22 20:35:21 +01:00 committed by Alexandre Julliard
parent 49f59ccf71
commit 9d49dd82e8
1 changed files with 0 additions and 7 deletions

View File

@ -99,13 +99,6 @@ static BOOL arm_stack_walk(struct cpu_stack_walk* csw, LPSTACKFRAME64 frame, CON
if (curr_mode == stm_start)
{
if ((frame->AddrPC.Mode == AddrModeFlat) &&
(frame->AddrFrame.Mode != AddrModeFlat))
{
WARN("Bad AddrPC.Mode / AddrFrame.Mode combination\n");
goto done_err;
}
/* Init done */
set_curr_mode(stm_arm);
frame->AddrReturn.Mode = frame->AddrStack.Mode = AddrModeFlat;