Remove COPY opcode
This commit is contained in:
@@ -2500,8 +2500,6 @@ PycRef<ASTNode> BuildFromCode(PycRef<PycCode> code, PycModule* mod)
|
|||||||
stack.push(next_tup);
|
stack.push(next_tup);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case Pyc::COPY_A:
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
fprintf(stderr, "Unsupported opcode: %s (%d)\n", Pyc::OpcodeName(opcode), opcode);
|
fprintf(stderr, "Unsupported opcode: %s (%d)\n", Pyc::OpcodeName(opcode), opcode);
|
||||||
cleanBuild = false;
|
cleanBuild = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user