plasma-disassembler / plasma

Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
GNU General Public License v3.0
3.05k stars 275 forks source link

`overlap` test failing #101

Open jberryman opened 5 years ago

jberryman commented 5 years ago
$ make
..............................................................................F...........
89/90 tests passed successfully in 1.852207s
failed: gotoinloop19.bin
analyzer tests...
arrays [OK]
ifexit [OK]
invert_cond [OK]
mips_prefetch [OK]
overlap [FAIL]
pusha [OK]
regsim [OK]
stack [OK]
switch [OK]

at ec7df9b2b9b356dd5d8caf01b7e68c0ab5a1ef42 . Let me know if you can't repro and I can debug.