unified the bops

This commit is contained in:
John R. Lenton
2014-01-11 00:58:59 +00:00
parent ad97f2a49e
commit b8698fca75
15 changed files with 64 additions and 163 deletions

View File

@@ -266,11 +266,6 @@ void mp_show_byte_code(const byte *ip, int len) {
printf("BINARY_OP " UINT_FMT, unum);
break;
case MP_BC_COMPARE_OP:
unum = *ip++;
printf("COMPARE_OP " UINT_FMT, unum);
break;
case MP_BC_BUILD_TUPLE:
DECODE_UINT;
printf("BUILD_TUPLE " UINT_FMT, unum);