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
Original issue reported on code.google.com by
jipfromp...@gmail.com
on 21 Jun 2013 at 1:33