reko icon indicating copy to clipboard operation
reko copied to clipboard

Multidimensional array can not be reconstructed if memory accesses are done at another statements

Open ptomin opened this issue 2 years ago • 0 comments

See following unit test: https://github.com/uxmal/reko/blob/7e783de18f909c85ff8a446351439aa67c92957b/src/UnitTests/Decompiler/Typing/TypedExpressionRewriterTests.cs#L1703 Expected: a + r1 But was: a + r1 * 0x20

ptomin avatar Jan 13 '24 13:01 ptomin