fix: incorrect error message in ASTree::BuildFromCode(...)#511
fix: incorrect error message in ASTree::BuildFromCode(...)#511wilson0x4d wants to merge 1 commit intozrax:masterfrom
ASTree::BuildFromCode(...)#511Conversation
* `opcode` was incorrectly clamped causing misleading output. * modified output with additional info about offending bytecode and position so end-user submissions can become more informative. * for `EXTENDED_ARG` bytecode the position will be off by a few bytes, but, at least the bytecode printed will be correct.
|
indeed, i overlooked the the update i've pushed instead relies on i also updated the disasm code with a similar change (to include the offending bytecode in the output.) |
opcodewas incorrectly clamped causing misleading output.modified output with additional info about offending bytecode and position so end-user submissions can become more informative.