mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
The current calculation doesn't take indirect addressing into account. This issue is easy to spot in disassembly, when we don't skip correctly to the next instruction. On Windows the disassembler does not depend on this it seems and skips naturally after processing all parameters that may or may not use indirect addressing. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>