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.
This commit is contained in:
Mike Frysinger
2023-12-24 03:53:03 -05:00
parent 1bdba1b773
commit fed277fe15

View File

@@ -2439,7 +2439,7 @@ static op ppi_tab[] =
"if (0xa05f >> z & 1)",
" RAISE_EXCEPTION (SIGILL);",
"else",
" MACL = DSP_R (z) = res;",
" MACL = DSP_R (z);",
"return;",
},
/* sh4a */