howardjack / distorm

Automatically exported from code.google.com/p/distorm
GNU General Public License v3.0
0 stars 0 forks source link

Wrong SAL/SAR affected flags #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is a typo in line 499 from the disOps.py file in the 3.3 archive version 
(september 2012). This affects the behavior of the python program used to 
generate the "insts.c" source code file.

"SAR" and "SAL" strings on line 499 should be separated by a comma. This comma 
is missing resulting in both string being concatenated at runtime. The python 
program thus mistakenly search for an opcode named "SARSAL" when trying to 
check for flags affected by an instruction.

Suggested fix : add the missing comma.

Original issue reported on code.google.com by jipfromp...@gmail.com on 21 Jun 2013 at 1:33

GoogleCodeExporter commented 9 years ago
Thanks, will be fixed soon!

Original comment by distorm@gmail.com on 22 Jun 2013 at 9:02

GoogleCodeExporter commented 9 years ago

Original comment by distorm@gmail.com on 22 Jun 2013 at 7:52