pfalcon / ScratchABlock

Yet another crippled decompiler project
https://github.com/EiNSTeiN-/decompiler/issues/9#issuecomment-103221200
GNU General Public License v3.0
102 stars 23 forks source link

tests/expr-propagate2.lst: This test triggers invalid expr propagation. #23

Closed maximumspatium closed 6 years ago

maximumspatium commented 6 years ago

The issue is caused by the type cast in the destination operand of the instruction in the 12th line. For a detailed description, refer to #22.

pfalcon commented 6 years ago

Test updated and merged in 2d3d674430d097fdf026eb3e739478ddae1201cf, thanks!