commit | 9846e9c11081a1f268c867bd99b6354680d760f6 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sat Dec 16 00:29:36 2023 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Sat Dec 16 00:31:01 2023 -0500 |
tree | e3f5778c7c5d10d8d4bc59d02ea1dbc1bb746b11 | |
parent | 82a398adb854dd602212e1007d76b187277b9823 [diff] |
sim: cr16: clean up unused insn operands The push/pop insns only have 2 operands, so delete unused "c". The pushret/popret insns use 2 operands, but they don't implement the logic directly, they call the push/pop implementations. So delete the unused "a" & "b".