dbghelp: Implement rudimentary stack walk for ARM64

Eric Pouech eric.pouech at orange.fr
Mon Jan 21 03:50:51 CST 2013


> +        if ((frame->AddrPC.Mode == AddrModeFlat) &&
> +            (frame->AddrFrame.Mode != AddrModeFlat))
this looks strange to me.
I guess, you want to check that both mode address modes are AddrModeFlat
A+
-- 
Eric Pouech



More information about the wine-devel mailing list