Revert "fix bug where pseudo-code assignments modify more than just the variable...
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 18 Oct 2023 20:24:04 +0000 (21:24 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 27 Oct 2023 13:59:15 +0000 (14:59 +0100)
commit96706de43e8c84af28e7da7191db1620f82c76a3
tree7ed07f2ae3adee9c4ff2fa2823c1d23536b580b9
parent7828ef6c55eaf0a9be023c6905214c8628910ff0
Revert "fix bug where pseudo-code assignments modify more than just the variable being assigned to"

This reverts commit 4e701a851536bba6648779c183293ba75e7ea7b8.

adding copy_assign_rhs was added without authorization or discussion and
is damaging the simulator
src/openpower/decoder/helpers.py
src/openpower/decoder/pseudo/parser.py
src/openpower/decoder/pseudo/pyfnwriter.py
src/openpower/decoder/pseudo/pywriter.py