dbghelp: Params of LPSTACKFRAME64 only has 4 elements.

This commit is contained in:
Paul Vriens 2006-04-17 10:53:13 +02:00 committed by Alexandre Julliard
parent 076fa811af
commit 0c24301394
1 changed files with 0 additions and 1 deletions

View File

@ -551,7 +551,6 @@ BOOL WINAPI StackWalk64(DWORD MachineType, HANDLE hProcess, HANDLE hThread,
frame64->Params[1] = (ULONG)frame32.Params[1];
frame64->Params[2] = (ULONG)frame32.Params[2];
frame64->Params[3] = (ULONG)frame32.Params[3];
frame64->Params[4] = (ULONG)frame32.Params[4];
frame64->Far = frame32.Far;
frame64->Virtual = frame32.Virtual;
frame64->Reserved[0] = (ULONG)frame32.Reserved[0];