sim: cr16: clean up unused insn operands
authorMike Frysinger <vapier@gentoo.org>
Sat, 16 Dec 2023 05:29:36 +0000 (00:29 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 16 Dec 2023 05:31:01 +0000 (00:31 -0500)
commit9846e9c11081a1f268c867bd99b6354680d760f6
treee3f5778c7c5d10d8d4bc59d02ea1dbc1bb746b11
parent82a398adb854dd602212e1007d76b187277b9823
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".
sim/cr16/simops.c