commit | e4e3a80911a6c214ad4c9bae50593adc578d9c60 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Dec 22 18:05:50 2023 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Fri Dec 22 23:29:19 2023 -0500 |
tree | 3571d6dc1c58cc4d46927991cf56377a7cde496f | |
parent | 2d351bda2f0611ad16cd2ba8233fae0660f448d6 [diff] |
sim: m32c: fix -Wshadow=local warnings These decoders declare a lot of common variables for use by substeps, and then shadows a few because of how the opc generator is implemented. Easiest way around it is to rename the per-substep vars as needed as anything more would require substantial changes to the opc logic.