sim: iq2000: fix -Wshadow=local warnings

Delete redundant decls.
This commit is contained in:
Mike Frysinger
2023-12-21 20:10:58 -05:00
parent a42661395e
commit 2d351bda2f
+1 -1
View File
@@ -191,7 +191,7 @@ cat <<EOF
if (CGEN_ATTR_VALUE (NULL, idesc->attrs, CGEN_INSN_DELAY_SLOT))
{
USI insn = GETIMEMUSI (current_cpu, CPU2INSN(pc));
insn = GETIMEMUSI (current_cpu, CPU2INSN(pc));
idesc = extract (current_cpu, pc, insn, &sc->argbuf, FAST_P);
if (likely_cti && IDESC_CTI_P (idesc))