removed alias function temporarily

This commit is contained in:
EDiasAlberto 2024-06-05 21:01:39 +01:00
parent 48efdf8284
commit f28d3b4047

View File

@ -102,7 +102,6 @@ a64inst_instruction *parser(char asmLine[]){
int operandCount = 0;
const char *operandList[4];
tokeniseOperands(operands, &operandCount, operandList);
renameAliases(&opcode, &operandList);
}