commit | fed277fe1516127a0414eeda0b17a8bb6b318baf | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun Dec 24 03:53:03 2023 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Sun Dec 24 03:56:00 2023 -0500 |
tree | 993b693d57dee10c68b2a31eac98e53c1c54b1f3 | |
parent | 1bdba1b7730fbdb848b50ae05f8ae4a0b693a0e3 [diff] |
sim: sh: fix plds Dz,MACL implementation The plds Dz,MACL insn stores the Dz bit into MACL. The current code was storing the "res" variable into Dz and then into MACL, but not setting "res" to anything. Delete that logic and make it match the existing plds Dz,MACH insn.