dbghelp: Implement rudimentary stack walk for ARM64

André Hentschel nerv at dawncrow.de
Mon Jan 21 13:26:05 CST 2013


Am 21.01.2013 10:50, schrieb Eric Pouech:
>> +        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+
> 

it's the same as for the other architectures

-- 

Best Regards, André Hentschel



More information about the wine-devel mailing list