could cause assertion failures under some circumstances. (How come
none of the static checkers etc picked this up before now?)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2202
return;
case ARMin_NUnaryS:
vex_printf("%s%s%s ",
- showARMNeonUnOp(i->ARMin.NUnary.op),
- showARMNeonUnOpDataType(i->ARMin.NUnary.op),
+ showARMNeonUnOpS(i->ARMin.NUnaryS.op),
+ showARMNeonUnOpSDataType(i->ARMin.NUnaryS.op),
showARMNeonDataSize(i));
ppARMNRS(i->ARMin.NUnaryS.dst);
vex_printf(", ");